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/1f.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/files/unicode/1f.yaml (limited to 'tests/files/unicode/1f.yaml') diff --git a/tests/files/unicode/1f.yaml b/tests/files/unicode/1f.yaml new file mode 100644 index 0000000..97d51f5 --- /dev/null +++ b/tests/files/unicode/1f.yaml @@ -0,0 +1,13 @@ +schema: + type: map + mapping: + msg: + type: int + Alô: + type: int +data: + msg: "Alô do Brasil!!" + Alô: "Brasil!!" +errors: + - "Value 'Alô do Brasil!!' is not of type 'int'. Path: '/msg'" + - "Value 'Brasil!!' is not of type 'int'. Path: '/Alô'" -- cgit v1.2.3