Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some typos in various src/.yaml and ReadMe #145

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The YAML files use a number of non-ascii unicode characters to indicate the
presence of certain characters that would be otherwise hard to read.

* `␣` is used for trailing space characters
* Hard tabs are reresented by one of: (expanding to 4 spaces)
* Hard tabs are represented by one of: (expanding to 4 spaces)
* `———»`
* `——»`
* `—»`
Expand Down Expand Up @@ -100,7 +100,7 @@ The test files are:
* `===` -- The name/label of the test
* `in.yaml` -- The YAML input to be parsed or loaded
* `test.event` -- The event DSL produced by the parser test program
* `in.json` -- The JSON value that shoiuld load the same as `in.yaml`
* `in.json` -- The JSON value that should load the same as `in.yaml`
* `out.yaml` -- The most normal output a dumper would produce
* `error` -- This file indicates the YAML should fail to parse
* `emit.yaml` -- Output an emitter would produce
Expand Down Expand Up @@ -143,7 +143,7 @@ tests and also preprocessing them into the `data` branch.

Remove generated files and directories.

## Libaries using this test suite
## Libraries using this test suite

* C
* [libyaml](https://github.com/yaml/libyaml)
Expand Down
2 changes: 1 addition & 1 deletion src/2G84.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Literal modifers
- name: Literal modifiers
from: '@ingydotnet'
tags: literal scalar
fail: true
Expand Down
2 changes: 1 addition & 1 deletion src/4EJS.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Invalid tabs as indendation in a mapping
- name: Invalid tabs as indendantion in a mapping
from: https://github.com/nodeca/js-yaml/issues/80
tags: error mapping whitespace
fail: true
Expand Down
2 changes: 1 addition & 1 deletion src/4HVU.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Wrong indendation in Sequence
- name: Wrong indendantion in Sequence
from: '@perlpunk'
tags: error sequence indent
fail: true
Expand Down
2 changes: 1 addition & 1 deletion src/5TRB.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Invalid document-start marker in doublequoted tring
- name: Invalid document-start marker in doublequoted string
from: '@perlpunk'
tags: header double error
fail: true
Expand Down
2 changes: 1 addition & 1 deletion src/BU8L.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Node Anchor and Tag on Seperate Lines
- name: Node Anchor and Tag on Separate Lines
from: https://gist.github.com/anonymous/f192e7dab6da31831f264dbf1947cb83 via @ingydotnet
tags: anchor indent 1.3-err tag
yaml: |
Expand Down
2 changes: 1 addition & 1 deletion src/DMG6.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Wrong indendation in Map
- name: Wrong indendantion in Map
from: '@perlpunk'
tags: error mapping indent
fail: true
Expand Down
2 changes: 1 addition & 1 deletion src/EW3V.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Wrong indendation in mapping
- name: Wrong indentation in mapping
from: '@perlpunk'
tags: error mapping indent
fail: true
Expand Down
2 changes: 1 addition & 1 deletion src/P2EQ.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Invalid sequene item on same line as previous item
- name: Invalid sequence item on same line as previous item
from: '@perlpunk'
tags: error flow mapping sequence
fail: true
Expand Down
2 changes: 1 addition & 1 deletion src/X8DW.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Explicit key and value seperated by comment
- name: Explicit key and value separated by comment
from: '@perlpunk'
tags: comment explicit-key mapping
yaml: |
Expand Down