summaryrefslogtreecommitdiff
path: root/tests/files/unicode/3f.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files/unicode/3f.yaml')
-rw-r--r--tests/files/unicode/3f.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/files/unicode/3f.yaml b/tests/files/unicode/3f.yaml
new file mode 100644
index 0000000..a963f1b
--- /dev/null
+++ b/tests/files/unicode/3f.yaml
@@ -0,0 +1,10 @@
+schema:
+ type: seq
+ sequence:
+ - type: int
+data:
+ - foobar
+ - åäö
+errors:
+ - "Value 'foobar' is not of type 'int'. Path: '/0'"
+ - "Value 'åäö' is not of type 'int'. Path: '/1'"