Skip to content

Commit

Permalink
Merge pull request #30 from bfrydl/master
Browse files Browse the repository at this point in the history
Fix for YAML parsing errors using Psych
  • Loading branch information
Russell Norris committed Aug 8, 2011
2 parents 1e3dc86 + 202c892 commit 1358d1c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions lib/lucky_sneaks/unidecoder_data/x00.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- "\z"
- "\x00"
- "\x01"
- "\x02"
- "\x03"
Expand Down Expand Up @@ -44,7 +44,7 @@
- '*'
- +
- ','
- -
- '-'
- .
- /
- 0
Expand All @@ -60,7 +60,7 @@
- ':'
- ;
- <
- =
- '='
- '>'
- '?'
- '@'
Expand Down Expand Up @@ -174,7 +174,7 @@
- '!'
- ''
- (r)
- -
- '-'
- deg
- +-
- 2
Expand Down
8 changes: 4 additions & 4 deletions lib/lucky_sneaks/unidecoder_data/x02.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
- y
- "'"
- '"'
- `
- '`'
- "'"
- '`'
- '`'
Expand All @@ -200,7 +200,7 @@
- '^'
- V
- "'"
- -
- '-'
- /
- '`'
- ','
Expand All @@ -214,7 +214,7 @@
- '^'
- V
- +
- -
- '-'
- V
- .
- '@'
Expand All @@ -236,7 +236,7 @@
- ''
- ''
- V
- =
- '='
- '"'
- '[?]'
- '[?]'
Expand Down
2 changes: 1 addition & 1 deletion lib/lucky_sneaks/unidecoder_data/x22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- '[?]'
- '/'
- '\'
- *
- '*'
- '[?]'
- '[?]'
- '[?]'
Expand Down

0 comments on commit 1358d1c

Please sign in to comment.