-
```
Same as summary
```
Original issue reported on code.google.com by `sjdir...@gmail.com` on 13 Apr 2013 at 2:33
-
### I have done the following steps before reporting this issue:
- [X] I have searched the existing issues
- [X] I have read the FAQ in the help doc
### Operating system/version
Fedora 41
### Term…
-
_This is a Very Large Task that's not on our immediate tasklist, but which task I'm creating so we can reference it from other issues/conversations, and so we have a place to start adding requirements…
-
```
What steps will reproduce the problem?
1. source code:
int main(void){
unsigned int getchar_ret;
htmlparser_ctx *parser = htmlparser_new();
int js_stat = 0;
while((getchar_ret …
-
```
Same as summary
```
Original issue reported on code.google.com by `sjdir...@gmail.com` on 13 Apr 2013 at 2:33
-
If I embark on trying to create a js parser to parse html snippets into j2html code, would there be interest in adding that to the website ?
I'm thinking of doing that in kotlin using KSoup, and th…
-
```
What steps will reproduce the problem?
1. source code:
int main(void){
unsigned int getchar_ret;
htmlparser_ctx *parser = htmlparser_new();
int js_stat = 0;
while((getchar_ret …
-
Only one spec is failing with the js parser, and it's commented out here:
https://github.com/aslakhellesoy/gherkin/blob/master/spec/gherkin/js_lexer_spec.rb#L19
This means many files saved with a Wi…
-
# Known Bugs - v6.0.0
This issue is an umbrella issue to keep track of bugs in the current version. You can reply directly here, but opening a new issue would make life easier for us.
6.0.0 is …
-
When javascript is scanned during finalize typescript-parser-wrapper can throw with tsconfig.json path mismatch.
This particular situation was found when more than javascript was detected and was on …