summaryrefslogtreecommitdiffhomepage
path: root/test/t/literals.rb
AgeCommit message (Collapse)Author
2021-04-16feat(CI): add the GitHub Super LinterJohn Bampton
The GitHub Super Linter is a more robust and better supported tool than the current GitHub Actions we are using. Running these checks: ERROR_ON_MISSING_EXEC_BIT: true VALIDATE_BASH: true VALIDATE_BASH_EXEC: true VALIDATE_EDITORCONFIG: true VALIDATE_MARKDOWN: true VALIDATE_SHELL_SHFMT: true VALIDATE_YAML: true https://github.com/marketplace/actions/super-linter https://github.com/github/super-linter Added the GitHub Super Linter badge to the README. Also updated the pre-commit framework and added more documentation on pre-commit. Added one more pre-commit check: check-executables-have-shebangs Added one extra check for merge conflicts to our GitHub Actions. EditorConfig and Markdown linting. Minor grammar and spelling fixes. Update linter.yml
2021-01-03Fix for escaped newlines in squiggly heredocsSeeker
2020-12-31Fix regression for squiggly heredocsSeeker
2020-12-28Fix mixed indentation and escaped tabs in squiggly heredocsSeeker
2020-12-27Fix for empty lines in squiggly heredocsSeeker
2020-12-26Add support for squiggly heredocsSeeker
2018-08-11Fix misspelling words in commentsKazuhiro Sera
2016-11-22Fix typo in testYutaka HARA
2013-09-22fix bugs on HeredocumentFUKUZAWA-Tadashi
- heredoc in array literal - heredoc in args - heredoc in expression expand
2013-08-02I fix order of actual and expect test value in literals.rb.Jun Hiroe
2013-06-15Improve Literal TestsDaniel Bovensiepen
2013-03-19%I %i literalFUKUZAWA-Tadashi
2013-03-17bugfix about escaping '\n'FUKUZAWA-Tadashi
2013-03-17refactor heredoc identifierFUKUZAWA-Tadashi
2013-03-17implement literal %W %w %sFUKUZAWA-Tadashi
refactor string parsing
2013-03-03implement heredocFUKUZAWA-Tadashi
2013-01-20Add a test for quoted non-expanded string literal.Masamitsu MURASE
2012-05-29Add literal tests for currently working String literals and make notice ↵Daniel Bovensiepen
about literals which yet need to be proper implementation
2012-05-29SEGV by adding a new assertDaniel Bovensiepen
2012-05-29Raise SEGV by using String literalDaniel Bovensiepen
2012-05-29Forgot Literals fileDaniel Bovensiepen