summaryrefslogtreecommitdiff
path: root/spec/syntax_suggest/unit/code_block_spec.rb
AgeCommit message (Collapse)Author
2026-04-16Sync `syntax_suggest`Earlopain
Contains https://github.com/ruby/syntax_suggest/commit/87ad865d394c15ddcec85b74d52d6dd77d590c4b and https://github.com/ruby/syntax_suggest/commit/707459562ee410cc7627ceaae1bc0b3874cb5a35
2026-04-07Fix sync for `syntax_suggest`Earlopain
It is a bit special in that is uses `spec` for tests. Since https://github.com/ruby/ruby/pull/15015 those did not get synced anymore. This fixes the mapping to what is was before and pulls in missing changes
2022-08-26Import spec examples from ruby/syntax_suggestHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/6287