Skip to content

Commit

Permalink
Fix highlight test
Browse files Browse the repository at this point in the history
  • Loading branch information
kidonng authored Jul 4, 2022
1 parent bbbffee commit 086f95a
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions tests/syntax-tests/highlighted/fish_history/fish_history
Original file line number Diff line number Diff line change
@@ -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
 - .

0 comments on commit 086f95a

Please sign in to comment.