Skip to content

Commit

Permalink
Recoded ISO-8859-1 to UTF-8 to prevent build failure (bsc#1217523)
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Nov 27, 2023
1 parent 025f5a9 commit 7470512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions libycp/testsuite/tests/builtin/Builtin-String1.err
Expand Up @@ -64,18 +64,16 @@ tolower ("aBcDeF")
----------------------------------------------------------------------
Parsed:
----------------------------------------------------------------------
toascii ("a�B�c")
toascii ("aÖBÄc")
----------------------------------------------------------------------
Parsed:
----------------------------------------------------------------------
"** find et.al. **"
----------------------------------------------------------------------
[Parser] tests/builtin/Builtin-String1.ycp:45 Warning: find(...) is deprecated, please fix
Parsed:
----------------------------------------------------------------------
find ("abcdefghi", "efg")
----------------------------------------------------------------------
[Parser] tests/builtin/Builtin-String1.ycp:46 Warning: find(...) is deprecated, please fix
Parsed:
----------------------------------------------------------------------
find ("aaaaa", "z")
Expand Down
3 changes: 1 addition & 2 deletions libycp/testsuite/tests/builtin/Builtin-String1.ycp
Expand Up @@ -37,8 +37,7 @@
("** tolower and toascii **")

(tolower ("aBcDeF"))
(toascii ("a�B�c"))

(toascii ("aÖBÄc"))

("** find et.al. **")

Expand Down

0 comments on commit 7470512

Please sign in to comment.