Fix ParseItemSet::transitions spec description
This commit is contained in:
parent
a8ead10d6f
commit
58b5a10607
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ using namespace build_tables;
|
|||
|
||||
START_TEST
|
||||
|
||||
describe("parse_item_set_transitions(ParseItemSet, SyntaxGrammar)", [&]() {
|
||||
it("computes the closure of the new item sets", [&]() {
|
||||
describe("ParseItemSet::transitions())", [&]() {
|
||||
it("returns a map of symbols to ParseItemSets that would result from consuming those symbols", [&]() {
|
||||
SyntaxGrammar grammar{{
|
||||
SyntaxVariable("rule_0", VariableTypeNamed, {
|
||||
Production({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue