Add script to trim whitespace
This commit is contained in:
parent
e681a63552
commit
39aa0ccc91
66 changed files with 350 additions and 347 deletions
|
|
@ -26,7 +26,7 @@ describe("computing closures of item sets", []() {
|
|||
sym("v"),
|
||||
sym("n") }) }
|
||||
}, {});
|
||||
|
||||
|
||||
it("computes the item set closure", [&]() {
|
||||
ParseItemSet item_set = item_set_closure(ParseItemSet({
|
||||
ParseItem(Symbol("E"), grammar.rule(Symbol("E")), {}, Symbol("__END__"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue