1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-01 15:20:34 +02:00

Fix typo in lua lexer test.

* test-suite/tests/lua-lexer.test ("lua-lexer"): #:vararg -> #:varargs
This commit is contained in:
Ian Price 2013-03-26 03:52:40 +00:00
parent f4c44a3ba7
commit f5302e62a7

View file

@ -62,7 +62,7 @@ comment]]"))
(test "name" 'name)
(test "return" #:return)
(test ".." #:concat)
(test "..." #:vararg)
(test "..." #:varargs)
(test ";" #\;)
(test "-" #\-)
(test "+" #\+)