From Jason Turner

[tab:lex.string.concat]

Diff to HTML by rtfpessoa

tmp/tmp3594kujj/{from.md → to.md} RENAMED
@@ -1,9 +0,0 @@
1
- **Table: String literal concatenations** <a id="tab:lex.string.concat">[tab:lex.string.concat]</a>
2
-
3
- | | | | | | |
4
- | -------------------------- | ----- | -------------------------- | ----- | -------------------------- | ----- |
5
- | *[spans 2 columns]* Source | Means | *[spans 2 columns]* Source | Means | *[spans 2 columns]* Source | Means |
6
- | `u"a"` | `u"b"` | `u"ab"` | `U"a"` | `U"b"` | `U"ab"` | `L"a"` | `L"b"` | `L"ab"` |
7
- | `u"a"` | `"b"` | `u"ab"` | `U"a"` | `"b"` | `U"ab"` | `L"a"` | `"b"` | `L"ab"` |
8
- | `"a"` | `u"b"` | `u"ab"` | `"a"` | `U"b"` | `U"ab"` | `"a"` | `L"b"` | `L"ab"` |
9
-