We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1009ea9 commit 1443048Copy full SHA for 1443048
test/test-functions.json
@@ -4,7 +4,7 @@
4
{
5
"src": "{horse :date}",
6
"exp": "{|horse|}",
7
- "errors": [{ "name": "RangeError" }]
+ "errors": [{ "type": "bad-input" }]
8
},
9
{ "src": "{|2006-01-02| :date}", "exp": "1/2/06" },
10
{ "src": "{|2006-01-02T15:04:06| :date}", "exp": "1/2/06" },
@@ -23,7 +23,7 @@
23
24
"src": "{horse :time}",
25
26
27
28
{ "src": "{|2006-01-02T15:04:06| :time}", "exp": "3:04 PM" },
29
0 commit comments