Skip to content

Commit

Permalink
Some additions to #100
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Jan 8, 2022
1 parent 4ea08f0 commit 3ee2e12
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 37 deletions.
21 changes: 20 additions & 1 deletion src/4MUZ.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- yaml: |
{"foo"
: bar}
tree: |-
tree: |
+STR
+DOC
+MAP {}
Expand All @@ -35,3 +35,22 @@
-STR
emit: |
"foo": bar
- yaml: |
{foo
: bar}
tree: |
+STR
+DOC
+MAP {}
=VAL :foo
=VAL :bar
-MAP
-DOC
-STR
json: |
{
"foo": "bar"
}
emit: |
foo: bar
22 changes: 0 additions & 22 deletions src/C4WK.yaml

This file was deleted.

32 changes: 18 additions & 14 deletions src/Y79Y.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,24 +78,28 @@
- fail: true
yaml: |
-———»-
tree: |
+STR
+DOC
=VAL :-\t-
-DOC
-STR
- fail: true
yaml: |
- ——»-
tree: |
+STR
+DOC
+SEQ
=VAL :-
-SEQ
-DOC
-STR
- fail: true
yaml: |
?———»-
- fail: true
yaml: |
? -
:———»-
- fail: true
yaml: |
?———»key:
- fail: true
yaml: |
? key:
:———»key:
- yaml: |
-———»-1
Expand Down

0 comments on commit 3ee2e12

Please sign in to comment.