Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
exil0867 authored Nov 25, 2022
1 parent c1ef9e8 commit 5ce171b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/md-to-doc/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ INPUT_DATA=./data.json
OUTPUT_DIR=./output
OUTPUT_FILE=$OUTPUT_DIR/template.html

echo "entry md-to-doc.sh "$(cat $INPUT_DATA)" "$INPUT_TEMPLATE" "$OUTPUT_DIR""

RUST_BACKTRACE=1 entry md-to-doc.sh "$(cat $INPUT_DATA)" "$INPUT_TEMPLATE" "$OUTPUT_DIR"

STRINGS_TO_CHECK=('<h1>Demo</h1>' '<p><a href="http://example.org/alice">Alice likes red green yellow </a></p>' '<p><a href="http://example.org/bob">Bob likes orange </a></p>')
Expand Down

0 comments on commit 5ce171b

Please sign in to comment.