We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b5970 commit 0ec2d66Copy full SHA for 0ec2d66
1 file changed
tests/utests/types/string.c
@@ -858,7 +858,7 @@ test_data_xml(void **state)
858
859
/* Unicode block test 8 - Unknown Unicode block with Basic Latin */
860
schema = MODULE_CREATE_YANG("T_UB_8", "leaf port {type string { "
861
-i " pattern '[\\p{IsBasicLatin}\\p{IsUnknownUnicodeBlock}]+';"
+ " pattern '[\\p{IsBasicLatin}\\p{IsUnknownUnicodeBlock}]+';"
862
"}} ");
863
UTEST_INVALID_MODULE(schema, LYS_IN_YANG, NULL, LY_EVALID);
864
CHECK_LOG_CTX("Regular expression \"[\\p{IsBasicLatin}\\p{IsUnknownUnicodeBlock}]+\" "
0 commit comments