summaryrefslogtreecommitdiff
path: root/spec/syntax_suggest
AgeCommit message (Expand)Author
2023-12-26[ruby/syntax_suggest] Typofix by misspellHiroshi SHIBATA
2023-12-05[ruby/syntax_suggest] Change assertion to not rely on exact text from prismSchneems
2023-12-05[ruby/syntax_suggest] Update docs, clean up PRSchneems
2023-12-05[ruby/syntax_suggest] Support lexing with PrismSchneems
2023-12-05[ruby/syntax_suggest] Initial support for the prism parserSchneems
2023-12-04[ruby/syntax_suggest] Bump minimum Ruby version & update standardrbSchneems
2023-12-04[ruby/syntax_suggest] Update standardrb to Ruby 3.0 standardsSchneems
2023-07-20[ruby/syntax_suggest] Handle new eval source locationJean Boussier
2023-05-23Manually merge syntax_suggest-1.1.0Hiroshi SHIBATA
2023-05-23[ruby/syntax_suggest] Fixschneems
2023-05-23[ruby/syntax_suggest] Refactor Scanner logic out of AroundBlockScan introduce...schneems
2023-04-25[ruby/syntax_suggest] Clean up outputschneems
2023-04-25[ruby/syntax_suggest] standardrb --fix-unsafely spec/spec_helper.rbHiroshi SHIBATA
2023-04-06Load only SyntaxSuggest::VERSION for version checkHiroshi SHIBATA
2023-04-06v1.0.4schneems
2023-04-06v1.0.3schneems
2023-04-06[ruby/syntax_suggest] Rollback comment indentation behaviorschneems
2023-04-06[ruby/syntax_suggest] Add comments and refactor AroundBlockScan methodsschneems
2023-04-06[ruby/syntax_suggest] Fix sibling bug to #177schneems
2023-04-06[ruby/syntax_suggest] Preserve whitespace in front of commentsschneems
2023-03-09Fix commit missNobuyoshi Nakada
2023-03-08Disable color mode of test-syntax-suggest when on dumb terminalNobuyoshi Nakada
2023-01-07[ruby/syntax_suggest] Run with the given ruby commandNobuyoshi Nakada
2022-12-23Removed the needless test guard for syntax_suggest.Hiroshi SHIBATA
2022-12-23[ruby/syntax_suggest] Remove debug printNobuyoshi Nakada
2022-12-23[ruby/syntax_suggest] Should not hardcode ruby nameNobuyoshi Nakada
2022-12-09Added condition for ruby/ruby repositoryHiroshi SHIBATA
2022-12-09Merge syntax_suggest masterHiroshi SHIBATA
2022-12-02Skip examples for SyntaxError extensions on Ruby 3.2Hiroshi SHIBATA
2022-11-30Update SyntaxSuggest to use angle brackets `>`schneems
2022-11-28[ruby/syntax_suggest] Do not output "Syntax OK" when there's an errorschneems
2022-11-28[ruby/syntax_suggest] Failing test for #157schneems
2022-08-26Skip examples to need installed ruby exeHiroshi SHIBATA
2022-08-26Added syntax_suggest cli and resolve failing exapmle with itHiroshi SHIBATA
2022-08-26ruby-prof is now optionalHiroshi SHIBATA
2022-08-26Import spec examples from ruby/syntax_suggestHiroshi SHIBATA