Skip to content

Commit

Permalink
Add a few more tests files
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Jul 1, 2024
1 parent fc7f9cd commit e4773b3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ test: pistol
@./pistol --config tests/config tests/34.json
@tput sgr0
@echo -------------------
@echo gzipped application/json
@echo -------------------
@./pistol --config tests/config tests/34.json.gz
@tput sgr0
@echo -------------------
@echo exit code \(issue '#'52\):
@echo -------------------
@./tests/exit-code.sh
Expand Down
4 changes: 1 addition & 3 deletions tests/34.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
"text": "A JSON file should be printed with JSON chroma syntax highlighting"
}
{ "text": "A JSON file should be printed with JSON chroma syntax highlighting" }
Binary file added tests/34.json.gz
Binary file not shown.
Binary file added tests/README.adoc.gz
Binary file not shown.
Binary file added tests/README.html.gz
Binary file not shown.

0 comments on commit e4773b3

Please sign in to comment.