diff options
Diffstat (limited to 'llvm/test/tools/llvm-rc/Inputs')
3 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-rc/Inputs/parser-correct-everything.rc b/llvm/test/tools/llvm-rc/Inputs/parser-correct-everything.rc index 6337a369fe6..37fc1cfe22c 100644 --- a/llvm/test/tools/llvm-rc/Inputs/parser-correct-everything.rc +++ b/llvm/test/tools/llvm-rc/Inputs/parser-correct-everything.rc @@ -13,3 +13,6 @@ VERSION 14 2 "world" } STRINGTABLE BEGIN END + +500 HTML "index.html" +Name Cursor "hello.ico" diff --git a/llvm/test/tools/llvm-rc/Inputs/parser-html-bad-string.rc b/llvm/test/tools/llvm-rc/Inputs/parser-html-bad-string.rc new file mode 100644 index 00000000000..5edab852ce3 --- /dev/null +++ b/llvm/test/tools/llvm-rc/Inputs/parser-html-bad-string.rc @@ -0,0 +1 @@ +200 HTML ThisPassesInTheOriginalToolButDocSaysItShouldBeQuoted diff --git a/llvm/test/tools/llvm-rc/Inputs/parser-html-extra-comma.rc b/llvm/test/tools/llvm-rc/Inputs/parser-html-extra-comma.rc new file mode 100644 index 00000000000..e80c52c2f65 --- /dev/null +++ b/llvm/test/tools/llvm-rc/Inputs/parser-html-extra-comma.rc @@ -0,0 +1 @@ +1 HTML, "index.html" |