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/en_scouse.rb.rl"
2
+ # line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
3
3
  require 'gherkin/lexer/i18n_lexer'
4
4
 
5
5
  module Gherkin
6
6
  module RbLexer
7
7
  class En_scouse #:nodoc:
8
8
 
9
- # line 123 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
9
+ # line 123 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
10
10
 
11
11
 
12
12
  def initialize(listener)
@@ -1001,7 +1001,7 @@ end
1001
1001
  self.lexer_en_main = 1;
1002
1002
 
1003
1003
 
1004
- # line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1004
+ # line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1005
1005
  end
1006
1006
 
1007
1007
  def scan(data)
@@ -1019,7 +1019,7 @@ begin
1019
1019
  cs = lexer_start
1020
1020
  end
1021
1021
 
1022
- # line 138 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1022
+ # line 138 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1023
1023
 
1024
1024
  # line 1025 "lib/gherkin/rb_lexer/en_scouse.rb"
1025
1025
  begin
@@ -1103,7 +1103,7 @@ begin
1103
1103
  _acts += 1
1104
1104
  case _lexer_actions[_acts - 1]
1105
1105
  when 0 then
1106
- # line 9 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1106
+ # line 9 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1107
1107
  begin
1108
1108
 
1109
1109
  @content_start = p
@@ -1111,32 +1111,32 @@ when 0 then
1111
1111
  @start_col = p - @last_newline - "#{@keyword}:".length
1112
1112
  end
1113
1113
  when 1 then
1114
- # line 15 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1114
+ # line 15 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1115
1115
  begin
1116
1116
 
1117
1117
  @current_line = @line_number
1118
1118
  @start_col = p - @last_newline
1119
1119
  end
1120
1120
  when 2 then
1121
- # line 20 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1121
+ # line 20 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1122
1122
  begin
1123
1123
 
1124
1124
  @content_start = p
1125
1125
  end
1126
1126
  when 3 then
1127
- # line 24 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1127
+ # line 24 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1128
1128
  begin
1129
1129
 
1130
1130
  @docstring_content_type_start = p
1131
1131
  end
1132
1132
  when 4 then
1133
- # line 27 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1133
+ # line 27 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1134
1134
  begin
1135
1135
 
1136
1136
  @docstring_content_type_end = p
1137
1137
  end
1138
1138
  when 5 then
1139
- # line 31 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1139
+ # line 31 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1140
1140
  begin
1141
1141
 
1142
1142
  con = unindent(@start_col, utf8_pack(data[@content_start...@next_keyword_start-1]).sub(/(\r?\n)?([\t ])*\Z/, '').gsub(/\\"\\"\\"/, '"""'))
@@ -1144,44 +1144,44 @@ when 5 then
1144
1144
  @listener.doc_string(con_type, con, @current_line)
1145
1145
  end
1146
1146
  when 6 then
1147
- # line 36 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1147
+ # line 36 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1148
1148
  begin
1149
1149
 
1150
1150
  p = store_keyword_content(:feature, data, p, eof)
1151
1151
  end
1152
1152
  when 7 then
1153
- # line 40 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1153
+ # line 40 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1154
1154
  begin
1155
1155
 
1156
1156
  p = store_keyword_content(:background, data, p, eof)
1157
1157
  end
1158
1158
  when 8 then
1159
- # line 44 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1159
+ # line 44 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1160
1160
  begin
1161
1161
 
1162
1162
  p = store_keyword_content(:scenario, data, p, eof)
1163
1163
  end
1164
1164
  when 9 then
1165
- # line 48 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1165
+ # line 48 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1166
1166
  begin
1167
1167
 
1168
1168
  p = store_keyword_content(:scenario_outline, data, p, eof)
1169
1169
  end
1170
1170
  when 10 then
1171
- # line 52 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1171
+ # line 52 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1172
1172
  begin
1173
1173
 
1174
1174
  p = store_keyword_content(:examples, data, p, eof)
1175
1175
  end
1176
1176
  when 11 then
1177
- # line 56 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1177
+ # line 56 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1178
1178
  begin
1179
1179
 
1180
1180
  con = utf8_pack(data[@content_start...p]).strip
1181
1181
  @listener.step(@keyword, con, @current_line)
1182
1182
  end
1183
1183
  when 12 then
1184
- # line 61 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1184
+ # line 61 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1185
1185
  begin
1186
1186
 
1187
1187
  con = utf8_pack(data[@content_start...p]).strip
@@ -1189,7 +1189,7 @@ when 12 then
1189
1189
  @keyword_start = nil
1190
1190
  end
1191
1191
  when 13 then
1192
- # line 67 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1192
+ # line 67 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1193
1193
  begin
1194
1194
 
1195
1195
  con = utf8_pack(data[@content_start...p]).strip
@@ -1197,38 +1197,38 @@ when 13 then
1197
1197
  @keyword_start = nil
1198
1198
  end
1199
1199
  when 14 then
1200
- # line 73 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1200
+ # line 73 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1201
1201
  begin
1202
1202
 
1203
1203
  @line_number += 1
1204
1204
  end
1205
1205
  when 15 then
1206
- # line 77 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1206
+ # line 77 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1207
1207
  begin
1208
1208
 
1209
1209
  @last_newline = p + 1
1210
1210
  end
1211
1211
  when 16 then
1212
- # line 81 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1212
+ # line 81 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1213
1213
  begin
1214
1214
 
1215
1215
  @keyword_start ||= p
1216
1216
  end
1217
1217
  when 17 then
1218
- # line 85 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1218
+ # line 85 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1219
1219
  begin
1220
1220
 
1221
1221
  @keyword = utf8_pack(data[@keyword_start...p]).sub(/:$/,'')
1222
1222
  @keyword_start = nil
1223
1223
  end
1224
1224
  when 18 then
1225
- # line 90 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1225
+ # line 90 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1226
1226
  begin
1227
1227
 
1228
1228
  @next_keyword_start = p
1229
1229
  end
1230
1230
  when 19 then
1231
- # line 94 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1231
+ # line 94 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1232
1232
  begin
1233
1233
 
1234
1234
  p = p - 1
@@ -1236,26 +1236,26 @@ when 19 then
1236
1236
  @current_line = @line_number
1237
1237
  end
1238
1238
  when 20 then
1239
- # line 100 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1239
+ # line 100 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1240
1240
  begin
1241
1241
 
1242
1242
  @content_start = p
1243
1243
  end
1244
1244
  when 21 then
1245
- # line 104 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1245
+ # line 104 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1246
1246
  begin
1247
1247
 
1248
1248
  con = utf8_pack(data[@content_start...p]).strip
1249
1249
  current_row << con.gsub(/\\\|/, "|").gsub(/\\n/, "\n").gsub(/\\\\/, "\\")
1250
1250
  end
1251
1251
  when 22 then
1252
- # line 109 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1252
+ # line 109 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1253
1253
  begin
1254
1254
 
1255
1255
  @listener.row(current_row, @current_line)
1256
1256
  end
1257
1257
  when 23 then
1258
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1258
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1259
1259
  begin
1260
1260
 
1261
1261
  if cs < lexer_first_final
@@ -1294,7 +1294,7 @@ when 23 then
1294
1294
  __acts += 1
1295
1295
  case _lexer_actions[__acts - 1]
1296
1296
  when 23 then
1297
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1297
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1298
1298
  begin
1299
1299
 
1300
1300
  if cs < lexer_first_final
@@ -1318,7 +1318,7 @@ end
1318
1318
  end
1319
1319
  end
1320
1320
 
1321
- # line 139 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1321
+ # line 139 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_scouse.rb.rl"
1322
1322
  end
1323
1323
 
1324
1324
  def unindent(startcol, text)
@@ -1,12 +1,12 @@
1
1
 
2
- # line 1 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
2
+ # line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
3
3
  require 'gherkin/lexer/i18n_lexer'
4
4
 
5
5
  module Gherkin
6
6
  module RbLexer
7
7
  class En_tx #:nodoc:
8
8
 
9
- # line 123 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
9
+ # line 123 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
10
10
 
11
11
 
12
12
  def initialize(listener)
@@ -655,7 +655,7 @@ end
655
655
  self.lexer_en_main = 1;
656
656
 
657
657
 
658
- # line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
658
+ # line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
659
659
  end
660
660
 
661
661
  def scan(data)
@@ -673,7 +673,7 @@ begin
673
673
  cs = lexer_start
674
674
  end
675
675
 
676
- # line 138 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
676
+ # line 138 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
677
677
 
678
678
  # line 679 "lib/gherkin/rb_lexer/en_tx.rb"
679
679
  begin
@@ -757,7 +757,7 @@ begin
757
757
  _acts += 1
758
758
  case _lexer_actions[_acts - 1]
759
759
  when 0 then
760
- # line 9 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
760
+ # line 9 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
761
761
  begin
762
762
 
763
763
  @content_start = p
@@ -765,32 +765,32 @@ when 0 then
765
765
  @start_col = p - @last_newline - "#{@keyword}:".length
766
766
  end
767
767
  when 1 then
768
- # line 15 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
768
+ # line 15 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
769
769
  begin
770
770
 
771
771
  @current_line = @line_number
772
772
  @start_col = p - @last_newline
773
773
  end
774
774
  when 2 then
775
- # line 20 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
775
+ # line 20 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
776
776
  begin
777
777
 
778
778
  @content_start = p
779
779
  end
780
780
  when 3 then
781
- # line 24 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
781
+ # line 24 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
782
782
  begin
783
783
 
784
784
  @docstring_content_type_start = p
785
785
  end
786
786
  when 4 then
787
- # line 27 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
787
+ # line 27 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
788
788
  begin
789
789
 
790
790
  @docstring_content_type_end = p
791
791
  end
792
792
  when 5 then
793
- # line 31 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
793
+ # line 31 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
794
794
  begin
795
795
 
796
796
  con = unindent(@start_col, utf8_pack(data[@content_start...@next_keyword_start-1]).sub(/(\r?\n)?([\t ])*\Z/, '').gsub(/\\"\\"\\"/, '"""'))
@@ -798,44 +798,44 @@ when 5 then
798
798
  @listener.doc_string(con_type, con, @current_line)
799
799
  end
800
800
  when 6 then
801
- # line 36 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
801
+ # line 36 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
802
802
  begin
803
803
 
804
804
  p = store_keyword_content(:feature, data, p, eof)
805
805
  end
806
806
  when 7 then
807
- # line 40 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
807
+ # line 40 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
808
808
  begin
809
809
 
810
810
  p = store_keyword_content(:background, data, p, eof)
811
811
  end
812
812
  when 8 then
813
- # line 44 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
813
+ # line 44 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
814
814
  begin
815
815
 
816
816
  p = store_keyword_content(:scenario, data, p, eof)
817
817
  end
818
818
  when 9 then
819
- # line 48 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
819
+ # line 48 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
820
820
  begin
821
821
 
822
822
  p = store_keyword_content(:scenario_outline, data, p, eof)
823
823
  end
824
824
  when 10 then
825
- # line 52 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
825
+ # line 52 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
826
826
  begin
827
827
 
828
828
  p = store_keyword_content(:examples, data, p, eof)
829
829
  end
830
830
  when 11 then
831
- # line 56 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
831
+ # line 56 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
832
832
  begin
833
833
 
834
834
  con = utf8_pack(data[@content_start...p]).strip
835
835
  @listener.step(@keyword, con, @current_line)
836
836
  end
837
837
  when 12 then
838
- # line 61 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
838
+ # line 61 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
839
839
  begin
840
840
 
841
841
  con = utf8_pack(data[@content_start...p]).strip
@@ -843,7 +843,7 @@ when 12 then
843
843
  @keyword_start = nil
844
844
  end
845
845
  when 13 then
846
- # line 67 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
846
+ # line 67 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
847
847
  begin
848
848
 
849
849
  con = utf8_pack(data[@content_start...p]).strip
@@ -851,38 +851,38 @@ when 13 then
851
851
  @keyword_start = nil
852
852
  end
853
853
  when 14 then
854
- # line 73 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
854
+ # line 73 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
855
855
  begin
856
856
 
857
857
  @line_number += 1
858
858
  end
859
859
  when 15 then
860
- # line 77 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
860
+ # line 77 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
861
861
  begin
862
862
 
863
863
  @last_newline = p + 1
864
864
  end
865
865
  when 16 then
866
- # line 81 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
866
+ # line 81 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
867
867
  begin
868
868
 
869
869
  @keyword_start ||= p
870
870
  end
871
871
  when 17 then
872
- # line 85 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
872
+ # line 85 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
873
873
  begin
874
874
 
875
875
  @keyword = utf8_pack(data[@keyword_start...p]).sub(/:$/,'')
876
876
  @keyword_start = nil
877
877
  end
878
878
  when 18 then
879
- # line 90 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
879
+ # line 90 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
880
880
  begin
881
881
 
882
882
  @next_keyword_start = p
883
883
  end
884
884
  when 19 then
885
- # line 94 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
885
+ # line 94 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
886
886
  begin
887
887
 
888
888
  p = p - 1
@@ -890,26 +890,26 @@ when 19 then
890
890
  @current_line = @line_number
891
891
  end
892
892
  when 20 then
893
- # line 100 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
893
+ # line 100 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
894
894
  begin
895
895
 
896
896
  @content_start = p
897
897
  end
898
898
  when 21 then
899
- # line 104 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
899
+ # line 104 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
900
900
  begin
901
901
 
902
902
  con = utf8_pack(data[@content_start...p]).strip
903
903
  current_row << con.gsub(/\\\|/, "|").gsub(/\\n/, "\n").gsub(/\\\\/, "\\")
904
904
  end
905
905
  when 22 then
906
- # line 109 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
906
+ # line 109 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
907
907
  begin
908
908
 
909
909
  @listener.row(current_row, @current_line)
910
910
  end
911
911
  when 23 then
912
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
912
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
913
913
  begin
914
914
 
915
915
  if cs < lexer_first_final
@@ -948,7 +948,7 @@ when 23 then
948
948
  __acts += 1
949
949
  case _lexer_actions[__acts - 1]
950
950
  when 23 then
951
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
951
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
952
952
  begin
953
953
 
954
954
  if cs < lexer_first_final
@@ -972,7 +972,7 @@ end
972
972
  end
973
973
  end
974
974
 
975
- # line 139 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
975
+ # line 139 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en_tx.rb.rl"
976
976
  end
977
977
 
978
978
  def unindent(startcol, text)