summaryrefslogtreecommitdiff
path: root/test/racc/assets/nullbug2.y
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-06-19 18:19:20 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-06-19 18:19:20 +0900
commitb93508b32c8f11bd468a885745338eab259bd2cd (patch)
tree2d35cbe8302edb3b9cfb4eb5dc32cf21ff69d575 /test/racc/assets/nullbug2.y
parent754df262100cc5febda728111e134e0098bb05ac (diff)
* remove trailing spaces, append newline at EOF.
Diffstat (limited to 'test/racc/assets/nullbug2.y')
-rw-r--r--test/racc/assets/nullbug2.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/racc/assets/nullbug2.y b/test/racc/assets/nullbug2.y
index f09ca625e8..0c1d43bf3e 100644
--- a/test/racc/assets/nullbug2.y
+++ b/test/racc/assets/nullbug2.y
@@ -6,10 +6,10 @@ class A
rule
targ: operation voidhead
| variable
-
+
voidhead : void B
void:
-
+
operation: A
variable : A
end