gherkin 2.9.0 → 2.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. data/Gemfile +2 -1
  2. data/History.md +5 -0
  3. data/README.md +29 -12
  4. data/ext/gherkin_lexer_ar/gherkin_lexer_ar.c +30 -30
  5. data/ext/gherkin_lexer_bg/gherkin_lexer_bg.c +30 -30
  6. data/ext/gherkin_lexer_ca/gherkin_lexer_ca.c +30 -30
  7. data/ext/gherkin_lexer_cs/gherkin_lexer_cs.c +30 -30
  8. data/ext/gherkin_lexer_cy_gb/gherkin_lexer_cy_gb.c +30 -30
  9. data/ext/gherkin_lexer_da/gherkin_lexer_da.c +30 -30
  10. data/ext/gherkin_lexer_de/gherkin_lexer_de.c +30 -30
  11. data/ext/gherkin_lexer_en/gherkin_lexer_en.c +30 -30
  12. data/ext/gherkin_lexer_en_au/gherkin_lexer_en_au.c +30 -30
  13. data/ext/gherkin_lexer_en_lol/gherkin_lexer_en_lol.c +30 -30
  14. data/ext/gherkin_lexer_en_pirate/gherkin_lexer_en_pirate.c +30 -30
  15. data/ext/gherkin_lexer_en_scouse/gherkin_lexer_en_scouse.c +30 -30
  16. data/ext/gherkin_lexer_en_tx/gherkin_lexer_en_tx.c +30 -30
  17. data/ext/gherkin_lexer_eo/gherkin_lexer_eo.c +30 -30
  18. data/ext/gherkin_lexer_es/gherkin_lexer_es.c +30 -30
  19. data/ext/gherkin_lexer_et/gherkin_lexer_et.c +30 -30
  20. data/ext/gherkin_lexer_fi/gherkin_lexer_fi.c +30 -30
  21. data/ext/gherkin_lexer_fr/gherkin_lexer_fr.c +30 -30
  22. data/ext/gherkin_lexer_he/gherkin_lexer_he.c +30 -30
  23. data/ext/gherkin_lexer_hr/gherkin_lexer_hr.c +30 -30
  24. data/ext/gherkin_lexer_hu/gherkin_lexer_hu.c +30 -30
  25. data/ext/gherkin_lexer_id/gherkin_lexer_id.c +30 -30
  26. data/ext/gherkin_lexer_is/gherkin_lexer_is.c +30 -30
  27. data/ext/gherkin_lexer_it/gherkin_lexer_it.c +30 -30
  28. data/ext/gherkin_lexer_ja/gherkin_lexer_ja.c +30 -30
  29. data/ext/gherkin_lexer_ko/gherkin_lexer_ko.c +30 -30
  30. data/ext/gherkin_lexer_lt/gherkin_lexer_lt.c +30 -30
  31. data/ext/gherkin_lexer_lu/gherkin_lexer_lu.c +30 -30
  32. data/ext/gherkin_lexer_lv/gherkin_lexer_lv.c +30 -30
  33. data/ext/gherkin_lexer_nl/gherkin_lexer_nl.c +30 -30
  34. data/ext/gherkin_lexer_no/gherkin_lexer_no.c +30 -30
  35. data/ext/gherkin_lexer_pl/gherkin_lexer_pl.c +30 -30
  36. data/ext/gherkin_lexer_pt/gherkin_lexer_pt.c +30 -30
  37. data/ext/gherkin_lexer_ro/gherkin_lexer_ro.c +30 -30
  38. data/ext/gherkin_lexer_ru/gherkin_lexer_ru.c +30 -30
  39. data/ext/gherkin_lexer_sk/gherkin_lexer_sk.c +30 -30
  40. data/ext/gherkin_lexer_sr_cyrl/gherkin_lexer_sr_cyrl.c +30 -30
  41. data/ext/gherkin_lexer_sr_latn/gherkin_lexer_sr_latn.c +30 -30
  42. data/ext/gherkin_lexer_sv/gherkin_lexer_sv.c +30 -30
  43. data/ext/gherkin_lexer_tr/gherkin_lexer_tr.c +30 -30
  44. data/ext/gherkin_lexer_uk/gherkin_lexer_uk.c +30 -30
  45. data/ext/gherkin_lexer_uz/gherkin_lexer_uz.c +30 -30
  46. data/ext/gherkin_lexer_vi/gherkin_lexer_vi.c +30 -30
  47. data/ext/gherkin_lexer_zh_cn/gherkin_lexer_zh_cn.c +30 -30
  48. data/ext/gherkin_lexer_zh_tw/gherkin_lexer_zh_tw.c +30 -30
  49. data/gherkin.gemspec +5 -5
  50. data/lib/gherkin/rb_lexer/ar.rb +30 -30
  51. data/lib/gherkin/rb_lexer/bg.rb +30 -30
  52. data/lib/gherkin/rb_lexer/ca.rb +30 -30
  53. data/lib/gherkin/rb_lexer/cs.rb +30 -30
  54. data/lib/gherkin/rb_lexer/cy_gb.rb +30 -30
  55. data/lib/gherkin/rb_lexer/da.rb +30 -30
  56. data/lib/gherkin/rb_lexer/de.rb +30 -30
  57. data/lib/gherkin/rb_lexer/en.rb +30 -30
  58. data/lib/gherkin/rb_lexer/en_au.rb +30 -30
  59. data/lib/gherkin/rb_lexer/en_lol.rb +30 -30
  60. data/lib/gherkin/rb_lexer/en_pirate.rb +30 -30
  61. data/lib/gherkin/rb_lexer/en_scouse.rb +30 -30
  62. data/lib/gherkin/rb_lexer/en_tx.rb +30 -30
  63. data/lib/gherkin/rb_lexer/eo.rb +30 -30
  64. data/lib/gherkin/rb_lexer/es.rb +30 -30
  65. data/lib/gherkin/rb_lexer/et.rb +30 -30
  66. data/lib/gherkin/rb_lexer/fi.rb +30 -30
  67. data/lib/gherkin/rb_lexer/fr.rb +30 -30
  68. data/lib/gherkin/rb_lexer/he.rb +30 -30
  69. data/lib/gherkin/rb_lexer/hr.rb +30 -30
  70. data/lib/gherkin/rb_lexer/hu.rb +30 -30
  71. data/lib/gherkin/rb_lexer/id.rb +30 -30
  72. data/lib/gherkin/rb_lexer/is.rb +30 -30
  73. data/lib/gherkin/rb_lexer/it.rb +30 -30
  74. data/lib/gherkin/rb_lexer/ja.rb +30 -30
  75. data/lib/gherkin/rb_lexer/ko.rb +30 -30
  76. data/lib/gherkin/rb_lexer/lt.rb +30 -30
  77. data/lib/gherkin/rb_lexer/lu.rb +30 -30
  78. data/lib/gherkin/rb_lexer/lv.rb +30 -30
  79. data/lib/gherkin/rb_lexer/nl.rb +30 -30
  80. data/lib/gherkin/rb_lexer/no.rb +30 -30
  81. data/lib/gherkin/rb_lexer/pl.rb +30 -30
  82. data/lib/gherkin/rb_lexer/pt.rb +30 -30
  83. data/lib/gherkin/rb_lexer/ro.rb +30 -30
  84. data/lib/gherkin/rb_lexer/ru.rb +30 -30
  85. data/lib/gherkin/rb_lexer/sk.rb +30 -30
  86. data/lib/gherkin/rb_lexer/sr_cyrl.rb +30 -30
  87. data/lib/gherkin/rb_lexer/sr_latn.rb +30 -30
  88. data/lib/gherkin/rb_lexer/sv.rb +30 -30
  89. data/lib/gherkin/rb_lexer/tr.rb +30 -30
  90. data/lib/gherkin/rb_lexer/uk.rb +30 -30
  91. data/lib/gherkin/rb_lexer/uz.rb +30 -30
  92. data/lib/gherkin/rb_lexer/vi.rb +30 -30
  93. data/lib/gherkin/rb_lexer/zh_cn.rb +30 -30
  94. data/lib/gherkin/rb_lexer/zh_tw.rb +30 -30
  95. data/tasks/ikvm.rake +3 -2
  96. metadata +91 -31
@@ -1,12 +1,12 @@
1
1
 
2
- # line 1 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
2
+ # line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
3
3
  require 'gherkin/lexer/i18n_lexer'
4
4
 
5
5
  module Gherkin
6
6
  module RbLexer
7
7
  class Fr #:nodoc:
8
8
 
9
- # line 123 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
9
+ # line 123 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
10
10
 
11
11
 
12
12
  def initialize(listener)
@@ -867,7 +867,7 @@ end
867
867
  self.lexer_en_main = 1;
868
868
 
869
869
 
870
- # line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
870
+ # line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
871
871
  end
872
872
 
873
873
  def scan(data)
@@ -885,7 +885,7 @@ begin
885
885
  cs = lexer_start
886
886
  end
887
887
 
888
- # line 138 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
888
+ # line 138 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
889
889
 
890
890
  # line 891 "lib/gherkin/rb_lexer/fr.rb"
891
891
  begin
@@ -969,7 +969,7 @@ begin
969
969
  _acts += 1
970
970
  case _lexer_actions[_acts - 1]
971
971
  when 0 then
972
- # line 9 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
972
+ # line 9 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
973
973
  begin
974
974
 
975
975
  @content_start = p
@@ -977,32 +977,32 @@ when 0 then
977
977
  @start_col = p - @last_newline - "#{@keyword}:".length
978
978
  end
979
979
  when 1 then
980
- # line 15 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
980
+ # line 15 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
981
981
  begin
982
982
 
983
983
  @current_line = @line_number
984
984
  @start_col = p - @last_newline
985
985
  end
986
986
  when 2 then
987
- # line 20 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
987
+ # line 20 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
988
988
  begin
989
989
 
990
990
  @content_start = p
991
991
  end
992
992
  when 3 then
993
- # line 24 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
993
+ # line 24 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
994
994
  begin
995
995
 
996
996
  @docstring_content_type_start = p
997
997
  end
998
998
  when 4 then
999
- # line 27 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
999
+ # line 27 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1000
1000
  begin
1001
1001
 
1002
1002
  @docstring_content_type_end = p
1003
1003
  end
1004
1004
  when 5 then
1005
- # line 31 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1005
+ # line 31 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1006
1006
  begin
1007
1007
 
1008
1008
  con = unindent(@start_col, utf8_pack(data[@content_start...@next_keyword_start-1]).sub(/(\r?\n)?([\t ])*\Z/, '').gsub(/\\"\\"\\"/, '"""'))
@@ -1010,44 +1010,44 @@ when 5 then
1010
1010
  @listener.doc_string(con_type, con, @current_line)
1011
1011
  end
1012
1012
  when 6 then
1013
- # line 36 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1013
+ # line 36 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1014
1014
  begin
1015
1015
 
1016
1016
  p = store_keyword_content(:feature, data, p, eof)
1017
1017
  end
1018
1018
  when 7 then
1019
- # line 40 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1019
+ # line 40 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1020
1020
  begin
1021
1021
 
1022
1022
  p = store_keyword_content(:background, data, p, eof)
1023
1023
  end
1024
1024
  when 8 then
1025
- # line 44 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1025
+ # line 44 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1026
1026
  begin
1027
1027
 
1028
1028
  p = store_keyword_content(:scenario, data, p, eof)
1029
1029
  end
1030
1030
  when 9 then
1031
- # line 48 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1031
+ # line 48 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1032
1032
  begin
1033
1033
 
1034
1034
  p = store_keyword_content(:scenario_outline, data, p, eof)
1035
1035
  end
1036
1036
  when 10 then
1037
- # line 52 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1037
+ # line 52 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1038
1038
  begin
1039
1039
 
1040
1040
  p = store_keyword_content(:examples, data, p, eof)
1041
1041
  end
1042
1042
  when 11 then
1043
- # line 56 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1043
+ # line 56 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1044
1044
  begin
1045
1045
 
1046
1046
  con = utf8_pack(data[@content_start...p]).strip
1047
1047
  @listener.step(@keyword, con, @current_line)
1048
1048
  end
1049
1049
  when 12 then
1050
- # line 61 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1050
+ # line 61 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1051
1051
  begin
1052
1052
 
1053
1053
  con = utf8_pack(data[@content_start...p]).strip
@@ -1055,7 +1055,7 @@ when 12 then
1055
1055
  @keyword_start = nil
1056
1056
  end
1057
1057
  when 13 then
1058
- # line 67 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1058
+ # line 67 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1059
1059
  begin
1060
1060
 
1061
1061
  con = utf8_pack(data[@content_start...p]).strip
@@ -1063,38 +1063,38 @@ when 13 then
1063
1063
  @keyword_start = nil
1064
1064
  end
1065
1065
  when 14 then
1066
- # line 73 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1066
+ # line 73 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1067
1067
  begin
1068
1068
 
1069
1069
  @line_number += 1
1070
1070
  end
1071
1071
  when 15 then
1072
- # line 77 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1072
+ # line 77 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1073
1073
  begin
1074
1074
 
1075
1075
  @last_newline = p + 1
1076
1076
  end
1077
1077
  when 16 then
1078
- # line 81 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1078
+ # line 81 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1079
1079
  begin
1080
1080
 
1081
1081
  @keyword_start ||= p
1082
1082
  end
1083
1083
  when 17 then
1084
- # line 85 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1084
+ # line 85 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1085
1085
  begin
1086
1086
 
1087
1087
  @keyword = utf8_pack(data[@keyword_start...p]).sub(/:$/,'')
1088
1088
  @keyword_start = nil
1089
1089
  end
1090
1090
  when 18 then
1091
- # line 90 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1091
+ # line 90 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1092
1092
  begin
1093
1093
 
1094
1094
  @next_keyword_start = p
1095
1095
  end
1096
1096
  when 19 then
1097
- # line 94 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1097
+ # line 94 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1098
1098
  begin
1099
1099
 
1100
1100
  p = p - 1
@@ -1102,26 +1102,26 @@ when 19 then
1102
1102
  @current_line = @line_number
1103
1103
  end
1104
1104
  when 20 then
1105
- # line 100 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1105
+ # line 100 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1106
1106
  begin
1107
1107
 
1108
1108
  @content_start = p
1109
1109
  end
1110
1110
  when 21 then
1111
- # line 104 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1111
+ # line 104 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1112
1112
  begin
1113
1113
 
1114
1114
  con = utf8_pack(data[@content_start...p]).strip
1115
1115
  current_row << con.gsub(/\\\|/, "|").gsub(/\\n/, "\n").gsub(/\\\\/, "\\")
1116
1116
  end
1117
1117
  when 22 then
1118
- # line 109 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1118
+ # line 109 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1119
1119
  begin
1120
1120
 
1121
1121
  @listener.row(current_row, @current_line)
1122
1122
  end
1123
1123
  when 23 then
1124
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1124
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1125
1125
  begin
1126
1126
 
1127
1127
  if cs < lexer_first_final
@@ -1160,7 +1160,7 @@ when 23 then
1160
1160
  __acts += 1
1161
1161
  case _lexer_actions[__acts - 1]
1162
1162
  when 23 then
1163
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1163
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1164
1164
  begin
1165
1165
 
1166
1166
  if cs < lexer_first_final
@@ -1184,7 +1184,7 @@ end
1184
1184
  end
1185
1185
  end
1186
1186
 
1187
- # line 139 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1187
+ # line 139 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/fr.rb.rl"
1188
1188
  end
1189
1189
 
1190
1190
  def unindent(startcol, text)
@@ -1,12 +1,12 @@
1
1
 
2
- # line 1 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
2
+ # line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
3
3
  require 'gherkin/lexer/i18n_lexer'
4
4
 
5
5
  module Gherkin
6
6
  module RbLexer
7
7
  class He #:nodoc:
8
8
 
9
- # line 123 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
9
+ # line 123 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
10
10
 
11
11
 
12
12
  def initialize(listener)
@@ -757,7 +757,7 @@ end
757
757
  self.lexer_en_main = 1;
758
758
 
759
759
 
760
- # line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
760
+ # line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
761
761
  end
762
762
 
763
763
  def scan(data)
@@ -775,7 +775,7 @@ begin
775
775
  cs = lexer_start
776
776
  end
777
777
 
778
- # line 138 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
778
+ # line 138 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
779
779
 
780
780
  # line 781 "lib/gherkin/rb_lexer/he.rb"
781
781
  begin
@@ -859,7 +859,7 @@ begin
859
859
  _acts += 1
860
860
  case _lexer_actions[_acts - 1]
861
861
  when 0 then
862
- # line 9 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
862
+ # line 9 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
863
863
  begin
864
864
 
865
865
  @content_start = p
@@ -867,32 +867,32 @@ when 0 then
867
867
  @start_col = p - @last_newline - "#{@keyword}:".length
868
868
  end
869
869
  when 1 then
870
- # line 15 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
870
+ # line 15 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
871
871
  begin
872
872
 
873
873
  @current_line = @line_number
874
874
  @start_col = p - @last_newline
875
875
  end
876
876
  when 2 then
877
- # line 20 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
877
+ # line 20 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
878
878
  begin
879
879
 
880
880
  @content_start = p
881
881
  end
882
882
  when 3 then
883
- # line 24 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
883
+ # line 24 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
884
884
  begin
885
885
 
886
886
  @docstring_content_type_start = p
887
887
  end
888
888
  when 4 then
889
- # line 27 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
889
+ # line 27 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
890
890
  begin
891
891
 
892
892
  @docstring_content_type_end = p
893
893
  end
894
894
  when 5 then
895
- # line 31 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
895
+ # line 31 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
896
896
  begin
897
897
 
898
898
  con = unindent(@start_col, utf8_pack(data[@content_start...@next_keyword_start-1]).sub(/(\r?\n)?([\t ])*\Z/, '').gsub(/\\"\\"\\"/, '"""'))
@@ -900,44 +900,44 @@ when 5 then
900
900
  @listener.doc_string(con_type, con, @current_line)
901
901
  end
902
902
  when 6 then
903
- # line 36 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
903
+ # line 36 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
904
904
  begin
905
905
 
906
906
  p = store_keyword_content(:feature, data, p, eof)
907
907
  end
908
908
  when 7 then
909
- # line 40 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
909
+ # line 40 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
910
910
  begin
911
911
 
912
912
  p = store_keyword_content(:background, data, p, eof)
913
913
  end
914
914
  when 8 then
915
- # line 44 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
915
+ # line 44 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
916
916
  begin
917
917
 
918
918
  p = store_keyword_content(:scenario, data, p, eof)
919
919
  end
920
920
  when 9 then
921
- # line 48 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
921
+ # line 48 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
922
922
  begin
923
923
 
924
924
  p = store_keyword_content(:scenario_outline, data, p, eof)
925
925
  end
926
926
  when 10 then
927
- # line 52 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
927
+ # line 52 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
928
928
  begin
929
929
 
930
930
  p = store_keyword_content(:examples, data, p, eof)
931
931
  end
932
932
  when 11 then
933
- # line 56 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
933
+ # line 56 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
934
934
  begin
935
935
 
936
936
  con = utf8_pack(data[@content_start...p]).strip
937
937
  @listener.step(@keyword, con, @current_line)
938
938
  end
939
939
  when 12 then
940
- # line 61 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
940
+ # line 61 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
941
941
  begin
942
942
 
943
943
  con = utf8_pack(data[@content_start...p]).strip
@@ -945,7 +945,7 @@ when 12 then
945
945
  @keyword_start = nil
946
946
  end
947
947
  when 13 then
948
- # line 67 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
948
+ # line 67 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
949
949
  begin
950
950
 
951
951
  con = utf8_pack(data[@content_start...p]).strip
@@ -953,38 +953,38 @@ when 13 then
953
953
  @keyword_start = nil
954
954
  end
955
955
  when 14 then
956
- # line 73 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
956
+ # line 73 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
957
957
  begin
958
958
 
959
959
  @line_number += 1
960
960
  end
961
961
  when 15 then
962
- # line 77 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
962
+ # line 77 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
963
963
  begin
964
964
 
965
965
  @last_newline = p + 1
966
966
  end
967
967
  when 16 then
968
- # line 81 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
968
+ # line 81 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
969
969
  begin
970
970
 
971
971
  @keyword_start ||= p
972
972
  end
973
973
  when 17 then
974
- # line 85 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
974
+ # line 85 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
975
975
  begin
976
976
 
977
977
  @keyword = utf8_pack(data[@keyword_start...p]).sub(/:$/,'')
978
978
  @keyword_start = nil
979
979
  end
980
980
  when 18 then
981
- # line 90 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
981
+ # line 90 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
982
982
  begin
983
983
 
984
984
  @next_keyword_start = p
985
985
  end
986
986
  when 19 then
987
- # line 94 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
987
+ # line 94 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
988
988
  begin
989
989
 
990
990
  p = p - 1
@@ -992,26 +992,26 @@ when 19 then
992
992
  @current_line = @line_number
993
993
  end
994
994
  when 20 then
995
- # line 100 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
995
+ # line 100 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
996
996
  begin
997
997
 
998
998
  @content_start = p
999
999
  end
1000
1000
  when 21 then
1001
- # line 104 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
1001
+ # line 104 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
1002
1002
  begin
1003
1003
 
1004
1004
  con = utf8_pack(data[@content_start...p]).strip
1005
1005
  current_row << con.gsub(/\\\|/, "|").gsub(/\\n/, "\n").gsub(/\\\\/, "\\")
1006
1006
  end
1007
1007
  when 22 then
1008
- # line 109 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
1008
+ # line 109 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
1009
1009
  begin
1010
1010
 
1011
1011
  @listener.row(current_row, @current_line)
1012
1012
  end
1013
1013
  when 23 then
1014
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
1014
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
1015
1015
  begin
1016
1016
 
1017
1017
  if cs < lexer_first_final
@@ -1050,7 +1050,7 @@ when 23 then
1050
1050
  __acts += 1
1051
1051
  case _lexer_actions[__acts - 1]
1052
1052
  when 23 then
1053
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
1053
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
1054
1054
  begin
1055
1055
 
1056
1056
  if cs < lexer_first_final
@@ -1074,7 +1074,7 @@ end
1074
1074
  end
1075
1075
  end
1076
1076
 
1077
- # line 139 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/he.rb.rl"
1077
+ # line 139 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/he.rb.rl"
1078
1078
  end
1079
1079
 
1080
1080
  def unindent(startcol, text)