From 557fde4cbc28cab8b5334c4a8e04ed51057e0c04 Mon Sep 17 00:00:00 2001 From: terwer Date: Tue, 2 Apr 2024 15:31:30 +0800 Subject: [PATCH] fix: #1109 support telegra.ph login --- testdata/telegra-ph/hurl.doc.sh | 4 ++++ testdata/telegra-ph/hurl.sh | 3 +++ 2 files changed, 7 insertions(+) create mode 100755 testdata/telegra-ph/hurl.doc.sh create mode 100755 testdata/telegra-ph/hurl.sh 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