summaryrefslogtreecommitdiff
path: root/test/plugins/test_points.rb
diff options
context:
space:
mode:
authorMatthias Hecker <mail@apoc.cc>2020-04-13 20:48:40 +0200
committerMatthias Hecker <mail@apoc.cc>2020-04-13 20:48:40 +0200
commitcc241a9709593491b6a67810ed8a5a5054e19208 (patch)
tree9c5eed30d0547f01002606f15e1299bbaf862f0b /test/plugins/test_points.rb
parent90656f4203a0a989b6fb110d4a07598dd186b84c (diff)
plugin(points): forgot one special case, see #34
Tokens that include itself ++/-- are now ignored as well.
Diffstat (limited to 'test/plugins/test_points.rb')
-rw-r--r--test/plugins/test_points.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/plugins/test_points.rb b/test/plugins/test_points.rb
index d29b6174..b3386ed4 100644
--- a/test/plugins/test_points.rb
+++ b/test/plugins/test_points.rb
@@ -72,6 +72,8 @@ class PointsPluginTest < Test::Unit::TestCase
' --',
'++ --',
'-- ++',
+ '+rw+r++r++',
+ '-rw-r--r--',
'https://linux.slashdot.org/story/20/04/12/2138205/how-red-hats-new-ceo-handles-life-under-ibm----and-a-global-pandemic'
]
ignored.each do |ignore|