mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
namespace Carbon {
|
||||
|
||||
static constexpr llvm::StringRef TripleQuotes = R"(""")";
|
||||
static constexpr llvm::StringRef TripleQuotes = "'''";
|
||||
static constexpr llvm::StringRef HorizontalWhitespaceChars = " \t";
|
||||
|
||||
// Carbon only takes uppercase hex input.
|
||||
|
||||
Reference in New Issue
Block a user