diff options
| author | Shulhan <ms@kilabit.info> | 2023-12-21 16:38:29 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-12-21 16:38:29 +0700 |
| commit | 3e1bdaf0cdb3f9087fe36e15da704ace8f38466c (patch) | |
| tree | f07adb9f2ebe15d3e8a44ed950d4ab467e7790a7 /testdata/local/local_test.data | |
| parent | 0f1a82f3abecfeb6142c671d3d5c9f1cdbe5871f (diff) | |
| download | awwan-3e1bdaf0cdb3f9087fe36e15da704ace8f38466c.tar.xz | |
all: changes default date-time prefix on test
Using "-" as dummy date-time prefix make the test output quite hard
to read, especially since we use the same prefix "===" and "---" with Go
test output.
Diffstat (limited to 'testdata/local/local_test.data')
| -rw-r--r-- | testdata/local/local_test.data | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/testdata/local/local_test.data b/testdata/local/local_test.data index 331293f..5086704 100644 --- a/testdata/local/local_test.data +++ b/testdata/local/local_test.data @@ -1,15 +1,15 @@ Test on "local" command. <<< local:1- -- === BEGIN: local testdata/local/local.aww 1- -- --> 1: echo "hello" +----/--/-- --:--:-- === BEGIN: local testdata/local/local.aww 1- +----/--/-- --:--:-- --> 1: echo "hello" hello -- --> 3: #local: echo "nothing" +----/--/-- --:--:-- --> 3: #local: echo "nothing" nothing -- --> 5: echo "local" +----/--/-- --:--:-- --> 5: echo "local" local -- === END: local testdata/local/local.aww 1- +----/--/-- --:--:-- === END: local testdata/local/local.aww 1- <<< local:100- -- === BEGIN: local testdata/local/local.aww 100- -- === END: local testdata/local/local.aww 100- +----/--/-- --:--:-- === BEGIN: local testdata/local/local.aww 100- +----/--/-- --:--:-- === END: local testdata/local/local.aww 100- |
