Skip to content

Commit

Permalink
Tweak test to work on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Nov 1, 2024
1 parent d11adec commit 3b82085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/golden/inputs/issue-171.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
add to `$PS1`:

```
🐘 $(php -v | grep "^PHP" | cut -d " " -f2)
$(php -v | grep "^PHP" | cut -d " " -f2)
```
2 changes: 1 addition & 1 deletion tests/golden/outputs/issue-171.md.dump
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
add to  $PS1 :

  
  🐘 $(php -v | grep "^PHP" | cut -d " " -f2) 
  $(php -v | grep "^PHP" | cut -d " " -f2) 
  

 1 / 1 

0 comments on commit 3b82085

Please sign in to comment.