Skip to content

Commit

Permalink
reverted YAML changes because they play a role in bootstrapping the t…
Browse files Browse the repository at this point in the history
…utor
  • Loading branch information
jurgenvinju committed Jun 6, 2023
1 parent d59df3e commit e96ce03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/org/rascalmpl/library/lang/yaml/Model.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ public str TEST_YAML =

public Node BAD_YAML =
mapping((
scalar(3)[anchor=3]:
scalar(3)[@anchor=3]:
sequence([
scalar("abc")[\tag=#int],
scalar("cde")[\tag=#str],
scalar("unsupported")[\tag=#node],
scalar("unsupported")[@\tag=#node],
reference(4),
sequence([])[anchor=4]
])[anchor=2]))[anchor=2];
Expand Down

0 comments on commit e96ce03

Please sign in to comment.