aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/errors_test.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/yarp] Add global variables to the constant poolKevin Newton2023-09-011-2/+2
* [ruby/yarp] fix: report syntax error for invalid hex escapeMike Dalessio2023-09-011-0/+6
* [ruby/yarp] fix: double-counting of errors in parsing escaped stringsMike Dalessio2023-09-011-3/+0
* [ruby/yarp] Move name_loc before value for LocalVariableWriteNodeBenoit Daloze2023-09-011-10/+10
* [ruby/yarp] Make operator_loc the last field for GlobalVariableWriteNodeBenoit Daloze2023-09-011-2/+2
* [ruby/yarp] fix: octal, hex, and unicode strings at the end of aMike Dalessio2023-08-311-0/+7
* [ruby/yarp] Nest all of the YARP tests under the YARP namespaceKevin Newton2023-08-301-1013/+1013
* [ruby/yarp] fix: "$" at the end of a fileMike Dalessio2023-08-301-0/+6
* [ruby/yarp] Move tests from test/* to test/yarp/* to match CRubyKevin Newton2023-08-251-1/+1
* [ruby/yarp] Track block opening and closing locationsKevin Newton2023-08-251-0/+4
* [ruby/yarp] Add names to classes and modulesKevin Newton2023-08-251-7/+11
* [ruby/yarp] fix: unterminated regular expression with a heredocMike Dalessio2023-08-251-0/+8
* [ruby/yarp] Improve handling of line endingsMike Dalessio2023-08-241-1/+1
* [ruby/yarp] fix: parsing a '%' expression with a CR but not a newlineMike Dalessio2023-08-211-0/+6
* [ruby/yarp] fix: unterminated % in argumentsMike Dalessio2023-08-181-0/+7
* Resync YARPTakashi Kokubun2023-08-161-51/+34
* [ruby/yarp] Fixes so `bundle exec rake` can run on JRuby and TruffleRubyBenoit Daloze2023-08-161-4/+4
* [ruby/yarp] add a diagnostic for *rest in order after optional stateHParker2023-08-161-0/+16
* [ruby/yarp] Fix testsHaldun Bayhantopcu2023-07-261-3/+1
* [ruby/yarp] Added locations to errors testsHaldun Bayhantopcu2023-07-261-85/+201
* YARP resync (#8059)Jemma Issroff2023-07-121-3/+8
* [Feature #19741] Sync all files in yarpJemma Issroff2023-06-211-0/+984