Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check line breaks inside two quotation marks #11

Closed
todo bot opened this issue Dec 27, 2019 · 0 comments
Closed

check line breaks inside two quotation marks #11

todo bot opened this issue Dec 27, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@todo
Copy link

todo bot commented Dec 27, 2019

tan/src/lexer/lexer.cpp

Lines 136 to 141 in 12ad011

// TODO: check line breaks inside two quotation marks
token *tokenize_char(Reader *reader, code_ptr &start) {
token *t = nullptr;
auto forward = reader->forward_ptr(start);
const auto end = reader->back_ptr();
forward = skip_until(reader, forward, '\'');


This issue was generated by todo based on a TODO comment in 12ad011 when #6 was merged. cc @tjysdsg.
@todo todo bot added the todo 🗒️ label Dec 27, 2019
@todo todo bot assigned tjysdsg Dec 27, 2019
@tjysdsg tjysdsg added the bug Something isn't working label Dec 27, 2019
@tjysdsg tjysdsg closed this as completed Apr 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant