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:
parent
f4c44a3ba7
commit
f5302e62a7
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ comment]]"))
|
|||
(test "name" 'name)
|
||||
(test "return" #:return)
|
||||
(test ".." #:concat)
|
||||
(test "..." #:vararg)
|
||||
(test "..." #:varargs)
|
||||
(test ";" #\;)
|
||||
(test "-" #\-)
|
||||
(test "+" #\+)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue