X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/6ba9640406758718fdcfb7a1154e58ce4d9b196c..c843aaab352ab1f40c7d218fb5bb2c6fd6fd3a88:/tests/existing.at diff --git a/tests/existing.at b/tests/existing.at index 5a897324..ba06626b 100644 --- a/tests/existing.at +++ b/tests/existing.at @@ -42,18 +42,18 @@ AT_CHECK([[diff -u input-lalr.output input.output \ [[0]], [$1])]) AT_TEST_TABLES_AND_PARSE([$2[: LALR(1)]], [[LALR]], [[last-state]], - [[%define lr.type "lalr" + [[%define lr.type lalr ]$3], [$4], [$5], [$6], [$7], [AT_LALR1_DIFF_CHECK([$8])$9], [$10], [$11], [$12]) AT_TEST_TABLES_AND_PARSE([$2[: IELR(1)]], [[IELR]], [[last-state]], - [[%define lr.type "ielr" + [[%define lr.type ielr ]$3], [$4], [$5], [$6], [$7], [AT_LALR1_DIFF_CHECK([$8])$9], [$10], [$11], [$12]) AT_TEST_TABLES_AND_PARSE([$2[: Canonical LR(1)]], [[canonical LR]], [[last-state,no-xml]], - [[%define lr.type "canonical-lr" + [[%define lr.type canonical-lr ]$3], [$4], [$5], [$6], [$7], [$9], [$10], [$11], [$12])