-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 1.9.7 Record tests unescaped (#76)
- Loading branch information
Showing
18 changed files
with
73 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#amboso compliant version folder, will ignore everything inside BUT the gitignore, to keep the clean dir | ||
* | ||
!.gitignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
ANVIL_AUTOMAKE_VERS: {2.0.0}$ | ||
ANVIL_MAKE_VERS: {0.3.0}$ | ||
ANVIL_BIN: {hello_world}$ | ||
ANVIL_SOURCE: {hello_world.c}$ | ||
ANVIL_TESTDIR: {kazoj}$ | ||
ANVIL_BONE_DIR: {bone}$ | ||
ANVIL_KULPO_DIR: {kulpo}$ | ||
ANVIL_GIT_VERSION: {1.0.0}$ | ||
ANVIL_GIT_VERSION: {1.1.0}$ | ||
ANVIL_BASE_VERSION: {-0.1.0}$ | ||
ANVIL_BASE_VERSION: {-0.9.0}$ | ||
ANVIL_AUTOMAKE_VERS: {2.0.0} | ||
ANVIL_MAKE_VERS: {0.3.0} | ||
ANVIL_BIN: {hello_world} | ||
ANVIL_SOURCE: {hello_world.c} | ||
ANVIL_TESTDIR: {kazoj} | ||
ANVIL_BONE_DIR: {bone} | ||
ANVIL_KULPO_DIR: {kulpo} | ||
ANVIL_GIT_VERSION: {1.0.0} | ||
ANVIL_GIT_VERSION: {1.1.0} | ||
ANVIL_BASE_VERSION: {-0.1.0} | ||
ANVIL_BASE_VERSION: {-0.9.0} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
^[[1;36m[LINT]^[[0m { Success on: "./stego-examples/good.stego" }$ | ||
[1;36m[LINT][0m { Success on: "./stego-examples/good.stego" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
^[[0;33m[DEBUG] To try building, run with -b flag^[[0m$ | ||
$ | ||
[0;33m[DEBUG] To try building, run with -b flag[0m | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
$ | ||
^[[1;33m[QUERY] ( 1.0.0 ) binary not found in ( ./binv1.0.0 ).^[[0m$ | ||
|
||
[1;33m[QUERY] ( 1.0.0 ) binary not found in ( ./binv1.0.0 ).[0m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
^[[1;36m[LINT]^[[0m { Success on: "./bin/stego.lock" }$ | ||
[1;36m[LINT][0m { Success on: "./bin/stego.lock" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
expected_AMBOSO_API_LVL="1.9.6" | ||
expected_AMBOSO_API_LVL="1.9.7" | ||
|
||
verbose_flag=1 | ||
tell_uname_flag=0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
^[[0;32m[PREP] Running with "$AMBOSO_API_LVL" [ ^[[1;35m1.9.6^[[0;32m ]; min is { ^[[1;36m1.9.6^[[0;32m }.^[[0m$ | ||
[0;32m[PREP] Running with "$AMBOSO_API_LVL" [ [1;35m1.9.7[0;32m ]; min is { [1;36m1.9.7[0;32m }.[0m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[TEST] source_amboso_api()$ | ||
[RES] {0}$ | ||
[TEST] source_amboso_api() | ||
[RES] {0} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[Success] versions matched!$ | ||
[Success] versions matched! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31m$hey = you ^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31mhi/ = err ^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31m\mine = evl ^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31m- "# error4"^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31mhey "# error5"^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid left side (contains spaces or disallowed characters): ^[[1;31mhash#tag^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31munder_score = 1 ^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31m"1_foo" = ba ^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31m{} ^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31munclosed-curly = {"this" ^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31myoink {$} ^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31m- = farvalue ^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31m100 = str ^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31mval = "myval#" ^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31m"val" = "myval#" ^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31m- ^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31mtest ^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31m" = try ^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31m[ NO SPACES_ALLOWED ]^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31m[ no_missing_square_bracket^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31m[-NO-DASHES]^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31m[-NOCAPS]^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31mno[way]man^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31mno = "[way] man"^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31m[oh[no]]^[[0m$ | ||
^[[1;31m[LINT]^[[0m Invalid line: ^[[1;31m[oh]=no^[[0m$ | ||
^[[1;31m[LEX]^[[0m Errors while lexing.$ | ||
[1;31m[LINT][0m Invalid line: [1;31m$hey = you [0m | ||
[1;31m[LINT][0m Invalid line: [1;31mhi/ = err [0m | ||
[1;31m[LINT][0m Invalid line: [1;31m\mine = evl [0m | ||
[1;31m[LINT][0m Invalid line: [1;31m- "# error4"[0m | ||
[1;31m[LINT][0m Invalid line: [1;31mhey "# error5"[0m | ||
[1;31m[LINT][0m Invalid left side (contains spaces or disallowed characters): [1;31mhash#tag[0m | ||
[1;31m[LINT][0m Invalid line: [1;31munder_score = 1 [0m | ||
[1;31m[LINT][0m Invalid line: [1;31m"1_foo" = ba [0m | ||
[1;31m[LINT][0m Invalid line: [1;31m{} [0m | ||
[1;31m[LINT][0m Invalid line: [1;31munclosed-curly = {"this" [0m | ||
[1;31m[LINT][0m Invalid line: [1;31myoink {$} [0m | ||
[1;31m[LINT][0m Invalid line: [1;31m- = farvalue [0m | ||
[1;31m[LINT][0m Invalid line: [1;31m100 = str [0m | ||
[1;31m[LINT][0m Invalid line: [1;31mval = "myval#" [0m | ||
[1;31m[LINT][0m Invalid line: [1;31m"val" = "myval#" [0m | ||
[1;31m[LINT][0m Invalid line: [1;31m- [0m | ||
[1;31m[LINT][0m Invalid line: [1;31mtest [0m | ||
[1;31m[LINT][0m Invalid line: [1;31m" = try [0m | ||
[1;31m[LINT][0m Invalid line: [1;31m[ NO SPACES_ALLOWED ][0m | ||
[1;31m[LINT][0m Invalid line: [1;31m[ no_missing_square_bracket[0m | ||
[1;31m[LINT][0m Invalid line: [1;31m[-NO-DASHES][0m | ||
[1;31m[LINT][0m Invalid line: [1;31m[-NOCAPS][0m | ||
[1;31m[LINT][0m Invalid line: [1;31mno[way]man[0m | ||
[1;31m[LINT][0m Invalid line: [1;31mno = "[way] man"[0m | ||
[1;31m[LINT][0m Invalid line: [1;31m[oh[no]][0m | ||
[1;31m[LINT][0m Invalid line: [1;31m[oh]=no[0m | ||
[1;31m[LEX][0m Errors while lexing. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
^[[1;31m[CHECK]^[[0m Errors occurred during lexing.$ | ||
^[[1;31m[LINT]^[[0m { Failure on: "./stego-examples/bad.stego" }$ | ||
[1;31m[CHECK][0m Errors occurred during lexing. | ||
[1;31m[LINT][0m { Failure on: "./stego-examples/bad.stego" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
^[[1;31m[ERROR] ( 69 ) is not a supported tag.^[[0m$ | ||
$ | ||
^[[1;33m Run with -h for help.^[[0m$ | ||
$ | ||
[1;31m[ERROR] ( 69 ) is not a supported tag.[0m | ||
|
||
[1;33m Run with -h for help.[0m | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
^[[1;33m[MODE] Running in test mode.^[[0m$ | ||
^[[1;33m[DEBUG] No -D flag, using ( ./bin/ ) for target dir. Run with -V <lvl> to see more.^[[0m$ | ||
^[[1;33m[DEBUG] bone dir (NO -K passed to this call): ( bone )^[[0m$ | ||
^[[1;33m kulpo dir (NO -K passed to this amboso call): ( kulpo )^[[0m$ | ||
$ | ||
^[[1;31m[PANIC] Running "amboso" using test mode in a program that will be called by test mode is not supported.^[[0m$ | ||
$ | ||
[1;33m[MODE] Running in test mode.[0m | ||
[1;33m[DEBUG] No -D flag, using ( ./bin/ ) for target dir. Run with -V <lvl> to see more.[0m | ||
[1;33m[DEBUG] bone dir (NO -K passed to this call): ( bone )[0m | ||
[1;33m kulpo dir (NO -K passed to this amboso call): ( kulpo )[0m | ||
|
||
[1;31m[PANIC] Running "amboso" using test mode in a program that will be called by test mode is not supported.[0m | ||
|