Skip to content

Commit 0ec2d66

Browse files
committed
Correct typo
1 parent c8b5970 commit 0ec2d66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/utests/types/string.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ test_data_xml(void **state)
858858

859859
/* Unicode block test 8 - Unknown Unicode block with Basic Latin */
860860
schema = MODULE_CREATE_YANG("T_UB_8", "leaf port {type string { "
861-
i " pattern '[\\p{IsBasicLatin}\\p{IsUnknownUnicodeBlock}]+';"
861+
" pattern '[\\p{IsBasicLatin}\\p{IsUnknownUnicodeBlock}]+';"
862862
"}} ");
863863
UTEST_INVALID_MODULE(schema, LYS_IN_YANG, NULL, LY_EVALID);
864864
CHECK_LOG_CTX("Regular expression \"[\\p{IsBasicLatin}\\p{IsUnknownUnicodeBlock}]+\" "

0 commit comments

Comments
 (0)