summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKid <44045911+kidonng@users.noreply.github.com>2022-07-04 21:29:37 +0000
committerDavid Peter <mail@david-peter.de>2022-09-04 22:22:18 +0200
commitd6d8b61131b724ddfa155f5c6a6b76295e7d6afb (patch)
tree847636bb8de2e551a84e7a8b5f3874a9ba83eb94
parent839e62cff842acbf01c0894b8ffc2c51227f7f9b (diff)
Fix highlight test
-rw-r--r--tests/syntax-tests/highlighted/fish_history/fish_history26
1 files changed, 11 insertions, 15 deletions
diff --git a/tests/syntax-tests/highlighted/fish_history/fish_history b/tests/syntax-tests/highlighted/fish_history/fish_history
index a7f1a930..80092260 100644
--- a/tests/syntax-tests/highlighted/fish_history/fish_history
+++ b/tests/syntax-tests/highlighted/fish_history/fish_history
@@ -1,15 +1,11 @@
-───────┬────────────────────────────────────────────────────────────────────────
- │ File: fish_history
-───────┼────────────────────────────────────────────────────────────────────────
- 1 │ - cmd: echo "hello world"
- 2 │  when: 1656950812
- 3 │ - cmd: ls /tmp
- 4 │  when: 1656950818
- 5 │  paths:
- 6 │  - /tmp
- 7 │ - cmd: cp .local/share/fish/fish_history .
- 8 │  when: 1656950833
- 9 │  paths:
- 10 │  - .local/share/fish/fish_history
- 11 │  - .
-───────┴────────────────────────────────────────────────────────────────────────
+- cmd: echo "hello world"
+ when: 1656950812
+- cmd: ls /tmp
+ when: 1656950818
+ paths:
+ - /tmp
+- cmd: cp .local/share/fish/fish_history .
+ when: 1656950833
+ paths:
+ - .local/share/fish/fish_history
+ - .