diff --git a/tests/syntax-tests/highlighted/YAML/example.yaml b/tests/syntax-tests/highlighted/YAML/example.yaml new file mode 100644 index 00000000..01a0b19d --- /dev/null +++ b/tests/syntax-tests/highlighted/YAML/example.yaml @@ -0,0 +1,19 @@ +---  +# Simple example +id: 3595 +name: Test User +username: "testuser" +other_names: ['Bob', 'Bill', 'George'] +enabled: true +locked: false +groups:  + - administrators + - engineering + - sfa +address: > + 123 Alphabet Way + San Francisco, CA +phone: null +building_access: yes +secure_access: no +description: None diff --git a/tests/syntax-tests/source/YAML/example.yaml b/tests/syntax-tests/source/YAML/example.yaml new file mode 100644 index 00000000..cc2f63e4 --- /dev/null +++ b/tests/syntax-tests/source/YAML/example.yaml @@ -0,0 +1,18 @@ +--- +# Simple example +id: 3595 +name: Test User +username: "testuser" +other_names: ['Bob', 'Bill', 'George'] +enabled: true +locked: false +groups: + - administrators + - engineering + - sfa +address: > + 123 Alphabet Way + San Francisco, CA +phone: null +building_access: yes +secure_access: no \ No newline at end of file