diff --git a/testdata/telegra-ph/hurl.doc.sh b/testdata/telegra-ph/hurl.doc.sh new file mode 100755 index 00000000..48bba188 --- /dev/null +++ b/testdata/telegra-ph/hurl.doc.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +hurlfmt telegra.ph.hurl --out json --output telegra.ph.hurl.json +# hurlfmt telegra.ph.hurl --out html --output telegra.ph.hurl.html \ No newline at end of file diff --git a/testdata/telegra-ph/hurl.sh b/testdata/telegra-ph/hurl.sh new file mode 100755 index 00000000..db9bba17 --- /dev/null +++ b/testdata/telegra-ph/hurl.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +hurl telegra.ph.hurl -v -o telegra.ph.hurl.result.txt \ No newline at end of file