summaryrefslogtreecommitdiffstats
path: root/internal/toml-test/tests/valid/spec/local-time-0.json
diff options
context:
space:
mode:
Diffstat (limited to 'internal/toml-test/tests/valid/spec/local-time-0.json')
-rw-r--r--internal/toml-test/tests/valid/spec/local-time-0.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/internal/toml-test/tests/valid/spec/local-time-0.json b/internal/toml-test/tests/valid/spec/local-time-0.json
new file mode 100644
index 0000000..93803fc
--- /dev/null
+++ b/internal/toml-test/tests/valid/spec/local-time-0.json
@@ -0,0 +1,10 @@
+{
+ "lt1": {
+ "type": "time-local",
+ "value": "07:32:00"
+ },
+ "lt2": {
+ "type": "time-local",
+ "value": "00:32:00.999999"
+ }
+}