mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 21:38:16 +08:00
Moved analyzer tests to its own project
Also moves tests to `./test` which makes it possible for all test projects to share the same .editorconfig files and similar.
This commit is contained in:
@ -0,0 +1 @@
|
||||
Favorite fruit? [Banana/Orange] (Banana): Orange
|
@ -0,0 +1 @@
|
||||
Favorite fruit? [Banana/Bandana/Orange]: Band Bandana
|
@ -0,0 +1 @@
|
||||
Favorite fruit? [Banana/Orange] (Banana): Banana
|
@ -0,0 +1 @@
|
||||
Favorite fruit? [Apple/Banana/Orange]: Apple Banana
|
@ -0,0 +1,5 @@
|
||||
[
|
||||
Age? ninety-nine,
|
||||
Invalid input,
|
||||
Age? 99
|
||||
]
|
@ -0,0 +1 @@
|
||||
Favorite fruit? [Apple/Banana]: Banana
|
@ -0,0 +1,7 @@
|
||||
Guess number: 22
|
||||
Too low
|
||||
Guess number: 102
|
||||
Too high
|
||||
Guess number: ABC
|
||||
Invalid input
|
||||
Guess number: 99
|
@ -0,0 +1 @@
|
||||
Favorite fruit? [Banana/Orange] (Banana): Banana
|
@ -0,0 +1,3 @@
|
||||
Favorite fruit? [Banana/Orange] (Banana): Apple
|
||||
Please select one of the available options
|
||||
Favorite fruit? [Banana/Orange] (Banana): Banana
|
@ -0,0 +1 @@
|
||||
Favorite fruit? (******): ******
|
Reference in New Issue
Block a user