summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix RuboCop Style/RedundantArrayFlatten (#41884).Go MAEDA2025-06-071-6/+6
* Replaces use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest (#35217).Marius Balteanu2024-05-071-4/+3
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Allow consecutive footnote references inTextile (#39884).Marius Balteanu2023-12-221-0/+17
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Fix RuboCop offense Style/RedundantStringEscape (#36919).Go MAEDA2022-10-261-3/+3
* Fix RuboCop offense Layout/FirstHashElementIndentation due to r21894 (#37751).Go MAEDA2022-10-201-4/+5
* Escape tags that start with pre (#37767).Go MAEDA2022-10-171-0/+11
* Escape blockquote citation in textile formatting (#37751).Marius Balteanu2022-10-041-0/+7
* Comments for Textile text formatting (#20511).Go MAEDA2022-03-171-0/+32
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Unify code block and add "data-language" attribute with the user-supplied lan...Marius Balteanu2021-08-151-8/+24
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* shorten long line of test/unit/lib/redmine/wiki_formatting/textile_formatter_...Toshi MARUYAMA2020-12-191-12/+38
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Newline between list items break a list (#32971).Go MAEDA2020-02-291-0/+18
* filter all possibly class values on code tags in Textile (#25742)Toshi MARUYAMA2019-12-051-0/+8
* cleanup: rubocop: fix Layout/IndentFirstHashElement in test/unit/lib/redmine/...Toshi MARUYAMA2019-11-241-58/+88
* cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in test/unit/lib/redmine/...Toshi MARUYAMA2019-11-241-2/+2
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/wiki_for...Toshi MARUYAMA2019-11-241-5/+8
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in test/unit/lib/redmi...Toshi MARUYAMA2019-11-241-0/+1
* cleanup: rubocop: fix Layout/SpaceInsideParens in test/unit/lib/redmine/wiki_...Toshi MARUYAMA2019-11-241-1/+5
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-26/+24
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-34/+32
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-16/+14
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-14/+12
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-16/+14
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-32/+30
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-32/+30
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-11/+10
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-7/+6
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-10/+8
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-12/+10
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* code cleanup: rubocop: fix Layout/CommentIndentation and Layout/MultilineArra...Toshi MARUYAMA2019-10-171-23/+30
* code cleanup: rubocop: fix Layout/CommentIndentation and Layout/MultilineArra...Toshi MARUYAMA2019-10-171-28/+37
* Remove trailing whitespaces from test (#31506).Go MAEDA2019-06-061-16/+16
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-161-1/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Reverts r17891 (#30099).Go MAEDA2019-03-101-12/+0
* Multiple blank lines in pre tags are not preserved in Textile (#30099).Go MAEDA2019-02-201-0/+12
* Tags start with 'pre' are handled as 'pre' tag in Textile (#8395).Go MAEDA2018-11-261-0/+16
* \f or \v character in Textile markup may cause RegexpError exception (#29756).Go MAEDA2018-10-281-0/+6
* Syntax highlighter: replace CodeRay with Rouge (#24681).Jean-Philippe Lang2018-09-291-2/+2
* Fix: Syntax highlighter does not work if language name is single-quoted (#284...Go MAEDA2018-05-021-0/+3
* Move textile footnotes test to TextileFormatterTest (#28207).Go MAEDA2018-03-021-0/+15
* Add tests for "height" and "max-height" (#26552).Go MAEDA2018-01-131-1/+3