mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Update Ast/src/Lexer.cpp
Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com>
This commit is contained in:
parent
92dec74337
commit
176e0add87
1 changed files with 1 additions and 0 deletions
|
@ -545,6 +545,7 @@ Lexeme Lexer::readLongString(const Position& start, int sep, Lexeme::Type ok, Le
|
||||||
|
|
||||||
void Lexer::readBackslashInString()
|
void Lexer::readBackslashInString()
|
||||||
{
|
{
|
||||||
|
LUAU_ASSERT(peekch() == '\\');
|
||||||
consume();
|
consume();
|
||||||
switch (peekch())
|
switch (peekch())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue