-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
168 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,4 +34,4 @@ [email protected] | |
[email protected] "}" | ||
|
||
ERRORS: | ||
- [11..12]: expecting `meta`, `strings` or `condition` | ||
- [11..12]: expecting `meta`, `strings` or `condition`, found `{` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,4 +59,4 @@ [email protected] | |
[email protected] "}" | ||
|
||
ERRORS: | ||
- [77..79]: expecting FLOAT, INTEGER, STRING, regexp, `filesize`, `entrypoint`, pattern count, pattern offset, pattern length, `-`, `~`, `(` or identifier | ||
- [77..79]: expecting FLOAT, INTEGER, STRING, regexp, `filesize`, `entrypoint`, pattern count, pattern offset, pattern length, `-`, `~`, `(` or identifier, found `of` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,5 +79,5 @@ [email protected] | |
[email protected] "}" | ||
|
||
ERRORS: | ||
- [40..41]: expecting BYTE or `(` | ||
- [100..101]: expecting BYTE or `(` | ||
- [40..41]: expecting BYTE or `(`, found `)` | ||
- [100..101]: expecting BYTE or `(`, found `}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,5 +73,5 @@ [email protected] | |
[email protected] "}" | ||
|
||
ERRORS: | ||
- [33..34]: expecting `[`, BYTE, `(` or `}` | ||
- [93..94]: expecting `[`, BYTE, `(` or `}` | ||
- [33..34]: expecting `[`, BYTE, `(` or `}`, found `0` | ||
- [93..94]: expecting `[`, BYTE, `(` or `}`, found `a` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,4 +23,4 @@ [email protected] | |
[email protected] "}" | ||
|
||
ERRORS: | ||
- [14..17]: expecting `meta`, `strings` or `condition` | ||
- [14..17]: expecting `meta`, `strings` or `condition`, found `foo` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,4 +28,4 @@ [email protected] | |
[email protected] "}" | ||
|
||
ERRORS: | ||
- [30..39]: expecting `=` | ||
- [30..39]: expecting `=`, found `condition` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,4 +30,4 @@ [email protected] | |
[email protected] "}" | ||
|
||
ERRORS: | ||
- [32..41]: expecting `true`, `false`, INTEGER, FLOAT or STRING | ||
- [32..41]: expecting `true`, `false`, INTEGER, FLOAT or STRING, found `condition` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,4 +40,4 @@ [email protected] | |
[email protected] "}" | ||
|
||
ERRORS: | ||
- [30..34]: expecting `true`, `false`, INTEGER, FLOAT or STRING | ||
- [30..34]: expecting `true`, `false`, INTEGER, FLOAT or STRING, found `meta` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,4 +53,4 @@ [email protected] | |
[email protected] "}" | ||
|
||
ERRORS: | ||
- [30..33]: expecting `true`, `false`, INTEGER, FLOAT or STRING | ||
- [30..33]: expecting `true`, `false`, INTEGER, FLOAT or STRING, found `bar` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,5 +53,5 @@ [email protected] | |
[email protected] "}" | ||
|
||
ERRORS: | ||
- [32..39]: expecting `true`, `false`, INTEGER, FLOAT or STRING | ||
- [44..47]: expecting `:` | ||
- [32..39]: expecting `true`, `false`, INTEGER, FLOAT or STRING, found `strings` | ||
- [44..47]: expecting `:`, found `bar` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,5 +75,5 @@ [email protected] | |
[email protected] "}" | ||
|
||
ERRORS: | ||
- [36..39]: expecting pattern modifier, pattern identifier or `condition` | ||
- [107..108]: expecting STRING | ||
- [36..39]: expecting pattern modifier, pattern identifier or `condition`, found `foo` | ||
- [107..108]: expecting STRING, found `)` |
Oops, something went wrong.