update testscript

This commit is contained in:
2025-09-17 20:33:48 +02:00
parent 2eb4eacbc2
commit 4561bf06d7
13 changed files with 20 additions and 21 deletions

View File

@@ -1,2 +1,2 @@
exec testgfn -d Vs
exec gfn -d Vs
stdout 'gfn/generate.go:'

View File

@@ -1,2 +1,2 @@
exec testgfn -h
exec gfn -h
stdout 'This is gfn'

View File

@@ -1,2 +1,2 @@
exec testgfn -l
exec gfn -l
stdout 'JapaneseNamesDiverse'

View File

@@ -1 +1 @@
! exec testgfn
! exec gfn

View File

@@ -1,2 +1,2 @@
exec testgfn akx
exec gfn akx
stdout 'akx'

View File

@@ -1,2 +1,2 @@
exec testgfn akx
exec gfn akx
! stdout 'akx akx'

View File

@@ -1,2 +1,2 @@
exec testgfn Idiots
exec gfn Idiots
stdout 'face'

View File

@@ -1,2 +1,2 @@
exec testgfn sVdmi(usus|hehe)
exec gfn sVdmi(usus|hehe)
stdout 'usus'

View File

@@ -1,2 +1,2 @@
exec testgfn -v
exec gfn -v
stdout 'This is gfn version'