summaryrefslogtreecommitdiff
path: root/tests/existing.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/existing.at')
-rw-r--r--tests/existing.at6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/existing.at b/tests/existing.at
index a34f9238..582f6b3d 100644
--- a/tests/existing.at
+++ b/tests/existing.at
@@ -1478,7 +1478,7 @@ AT_TEST_EXISTING_GRAMMAR([[GNU pic (Groff 1.18.1) Grammar]],
%token RAND
%token SRAND
%token COPY
-%token THRU
+%token THROUGH
%token TOP
%token BOTTOM
%token UPPER
@@ -1604,12 +1604,12 @@ placeless_element:
{}
DELIMITED
| COPY TEXT
- | COPY TEXT THRU
+ | COPY TEXT THROUGH
{}
DELIMITED
{}
until
- | COPY THRU
+ | COPY THROUGH
{}
DELIMITED
{}