mirror of
https://codeberg.org/scip/gfn.git
synced 2025-12-16 18:30:57 +01:00
Lots of additions:
- fixed issue#1: break endless loop for non-codes - added config file support - added logo - added unit tests - added ci test pipeline - added issue templates - added binary release builder - enhanced documentation - made the number of columns flexible based on word size
This commit is contained in:
2
t/debug.txtar
Normal file
2
t/debug.txtar
Normal file
@@ -0,0 +1,2 @@
|
||||
exec testgfn -d Vs
|
||||
stdout 'gfn/generate.go:'
|
||||
2
t/help.txtar
Normal file
2
t/help.txtar
Normal file
@@ -0,0 +1,2 @@
|
||||
exec testgfn -h
|
||||
stdout 'This is gfn'
|
||||
2
t/list.txtar
Normal file
2
t/list.txtar
Normal file
@@ -0,0 +1,2 @@
|
||||
exec testgfn -l
|
||||
stdout 'JapaneseNamesDiverse'
|
||||
1
t/noarg.txtar
Normal file
1
t/noarg.txtar
Normal file
@@ -0,0 +1 @@
|
||||
! exec testgfn
|
||||
2
t/nocode.txtar
Normal file
2
t/nocode.txtar
Normal file
@@ -0,0 +1,2 @@
|
||||
exec testgfn akx
|
||||
stdout 'akx'
|
||||
2
t/nocodeloop.txtar
Normal file
2
t/nocodeloop.txtar
Normal file
@@ -0,0 +1,2 @@
|
||||
exec testgfn akx
|
||||
! stdout 'akx akx'
|
||||
2
t/template.txtar
Normal file
2
t/template.txtar
Normal file
@@ -0,0 +1,2 @@
|
||||
exec testgfn Idiots
|
||||
stdout 'face'
|
||||
2
t/valid.txtar
Normal file
2
t/valid.txtar
Normal file
@@ -0,0 +1,2 @@
|
||||
exec testgfn sVdmi(usus|hehe)
|
||||
stdout 'usus'
|
||||
2
t/version.txtar
Normal file
2
t/version.txtar
Normal file
@@ -0,0 +1,2 @@
|
||||
exec testgfn -v
|
||||
stdout 'This is gfn version'
|
||||
Reference in New Issue
Block a user