# HG changeset patch # User Ashutosh Chauhan <masterashu@live.in> # Date 1586546881 -19800 # Sat Apr 11 00:58:01 2020 +0530 # Node ID 248af9405bb3eb259e1c2fcca7f8bc3d34f8a89d # Parent 511307b3c19dfbd6dcd908a1b0c8e00cc2434d7f Fix missing token in example (#169) diff --git a/src/scanner.c b/src/scanner.c --- a/src/scanner.c +++ b/src/scanner.c @@ -348,6 +348,7 @@ * SCALAR("another value",plain) * KEY * SCALAR("a mapping",plain) + * VALUE * BLOCK-MAPPING-START * KEY * SCALAR("key 1",plain)