From 735c78d3ecb695dd16cb37879880f522c4b29c72 Mon Sep 17 00:00:00 2001 From: Johan Fleury Date: Mon, 8 Oct 2018 12:58:12 -0400 Subject: Import upstream version 1.7.0 --- tests/files/unicode/3f.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/files/unicode/3f.yaml (limited to 'tests/files/unicode/3f.yaml') 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'" -- cgit v1.2.3