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

Failure to match term with angled brackets #79

Open
ChrisTimperley opened this issue Oct 5, 2018 · 1 comment
Open

Failure to match term with angled brackets #79

ChrisTimperley opened this issue Oct 5, 2018 · 1 comment
Labels

Comments

@ChrisTimperley
Copy link
Contributor

Source:

nh.advertise<geometry_msgs::Twist>("cmd_vel", 1);

Template:

nh.advertise<:[1]>(:[2], :[3]);

Expected:
a single template match.

Actual:
no matches.

@rvantonder
Copy link
Collaborator

It's the angle brackets thing: https://github.com/squaresLab/Rooibos/blob/master/lib/lexer.mll#L115

Duplicate of #20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants