David Majda
|
fa70e70ddf
|
Behavior specs cleanup: Improve choice specs
|
10 years ago |
David Majda
|
b3828919e2
|
Behavior specs cleanup: Improve sequence specs
|
10 years ago |
David Majda
|
548209b48b
|
Behavior specs cleanup: Improve simple predicate specs
|
10 years ago |
David Majda
|
52144e48cb
|
Behavior specs cleanup: Improve label specs
|
10 years ago |
David Majda
|
c5c44b9d0c
|
Behavior specs cleanup: Improve text specs
|
10 years ago |
David Majda
|
bb708490a0
|
Behavior specs cleanup: Improve one or more specs
|
10 years ago |
David Majda
|
b9a3b44cf2
|
Behavior specs cleanup: Improve zero or more specs
|
10 years ago |
David Majda
|
c377eff876
|
Behavior specs cleanup: Improve optional specs
|
10 years ago |
David Majda
|
ade2c249f2
|
Behavior specs cleanup: Improve rule reference specs
|
10 years ago |
David Majda
|
936d6453a5
|
Behavior specs cleanup: Improve dot specs
|
10 years ago |
David Majda
|
74be12c657
|
Behavior specs cleanup: Improve character class specs
|
10 years ago |
David Majda
|
54191fbf12
|
Behavior specs cleanup: Improve literal specs
|
10 years ago |
David Majda
|
2faff0000e
|
Behavior specs cleanup: Make |toParse| work without expected value
This means we can assert just "this string parses" and ignore the
returned value.
|
10 years ago |
David Majda
|
ce91921a1d
|
Behavior specs cleanup: Don't describe named rules separately
While naming a rule creates a separate node on the AST level, it's not a
new concept on the user level, so its specs should be a part of rule
specs.
|
10 years ago |
David Majda
|
a597e65a66
|
Behavior specs cleanup: Reorder toplevel |describe| blocks
Reorder toplevel |describe| blocks to more closely match ordering used
in the PEG.js grammar and elsewhere in PEG.js.
|
10 years ago |
David Majda
|
3308807d22
|
Behavior specs cleanup: Move spec/api/generated-parser-behavior.spec.js
Move spec/api/generated-parser-behavior.spec.js to
spec/behavior/generated-parser-behavior.spec.js. It's not an API test,
strictly speaking.
|
10 years ago |