This form is even used in one of the examples at https://msdn.microsoft.com/en-us/library/windows/desktop/aa381050(v=vs.85).aspx.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/tools/llvm-rc/Inputs/tag-stringtable-basic.rc | ||
---|---|---|
9 ↗ | (On Diff #145415) | Can you put a comment above this that says "commas are optional, so we make sure to test both cases"? This way someone editing this test in the future knows to preserve the commas. Alternatively, you could break this out into a separate test called tag-stringtable-commas.rc |
test/tools/llvm-rc/Inputs/tag-stringtable-basic.rc | ||
---|---|---|
9 ↗ | (On Diff #145415) | Sure, I'll add a comment. |
Comment Actions
As I recall, commas may be optionally allowed in several places besides string tables. We'll have to check that and, if necessary, address in a subsequent patch.