summaryrefslogtreecommitdiffstats
path: root/kate/tests/highlight.rb
diff options
context:
space:
mode:
Diffstat (limited to 'kate/tests/highlight.rb')
-rw-r--r--kate/tests/highlight.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/tests/highlight.rb b/kate/tests/highlight.rb
index 1330db9c7..96061c1d0 100644
--- a/kate/tests/highlight.rb
+++ b/kate/tests/highlight.rb
@@ -105,7 +105,7 @@ end
puts "Artist is #$1"
end
-case tqshape
+case shape
when Square, Rectangle
# ...
when Circle
@@ -143,7 +143,7 @@ end
for i in 1..3
print i, " "
end
-for i in File.open("ordinal").tqfind_all { |l| l =~ /d$/}
+for i in File.open("ordinal").find_all { |l| l =~ /d$/}
print i.chomp, " "
end