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/uz.rb.rl"
2
+ # line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
3
3
  require 'gherkin/lexer/i18n_lexer'
4
4
 
5
5
  module Gherkin
6
6
  module RbLexer
7
7
  class Uz #:nodoc:
8
8
 
9
- # line 123 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
9
+ # line 123 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
10
10
 
11
11
 
12
12
  def initialize(listener)
@@ -1015,7 +1015,7 @@ end
1015
1015
  self.lexer_en_main = 1;
1016
1016
 
1017
1017
 
1018
- # line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1018
+ # line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1019
1019
  end
1020
1020
 
1021
1021
  def scan(data)
@@ -1033,7 +1033,7 @@ begin
1033
1033
  cs = lexer_start
1034
1034
  end
1035
1035
 
1036
- # line 138 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1036
+ # line 138 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1037
1037
 
1038
1038
  # line 1039 "lib/gherkin/rb_lexer/uz.rb"
1039
1039
  begin
@@ -1117,7 +1117,7 @@ begin
1117
1117
  _acts += 1
1118
1118
  case _lexer_actions[_acts - 1]
1119
1119
  when 0 then
1120
- # line 9 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1120
+ # line 9 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1121
1121
  begin
1122
1122
 
1123
1123
  @content_start = p
@@ -1125,32 +1125,32 @@ when 0 then
1125
1125
  @start_col = p - @last_newline - "#{@keyword}:".length
1126
1126
  end
1127
1127
  when 1 then
1128
- # line 15 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1128
+ # line 15 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1129
1129
  begin
1130
1130
 
1131
1131
  @current_line = @line_number
1132
1132
  @start_col = p - @last_newline
1133
1133
  end
1134
1134
  when 2 then
1135
- # line 20 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1135
+ # line 20 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1136
1136
  begin
1137
1137
 
1138
1138
  @content_start = p
1139
1139
  end
1140
1140
  when 3 then
1141
- # line 24 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1141
+ # line 24 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1142
1142
  begin
1143
1143
 
1144
1144
  @docstring_content_type_start = p
1145
1145
  end
1146
1146
  when 4 then
1147
- # line 27 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1147
+ # line 27 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1148
1148
  begin
1149
1149
 
1150
1150
  @docstring_content_type_end = p
1151
1151
  end
1152
1152
  when 5 then
1153
- # line 31 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1153
+ # line 31 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1154
1154
  begin
1155
1155
 
1156
1156
  con = unindent(@start_col, utf8_pack(data[@content_start...@next_keyword_start-1]).sub(/(\r?\n)?([\t ])*\Z/, '').gsub(/\\"\\"\\"/, '"""'))
@@ -1158,44 +1158,44 @@ when 5 then
1158
1158
  @listener.doc_string(con_type, con, @current_line)
1159
1159
  end
1160
1160
  when 6 then
1161
- # line 36 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1161
+ # line 36 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1162
1162
  begin
1163
1163
 
1164
1164
  p = store_keyword_content(:feature, data, p, eof)
1165
1165
  end
1166
1166
  when 7 then
1167
- # line 40 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1167
+ # line 40 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1168
1168
  begin
1169
1169
 
1170
1170
  p = store_keyword_content(:background, data, p, eof)
1171
1171
  end
1172
1172
  when 8 then
1173
- # line 44 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1173
+ # line 44 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1174
1174
  begin
1175
1175
 
1176
1176
  p = store_keyword_content(:scenario, data, p, eof)
1177
1177
  end
1178
1178
  when 9 then
1179
- # line 48 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1179
+ # line 48 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1180
1180
  begin
1181
1181
 
1182
1182
  p = store_keyword_content(:scenario_outline, data, p, eof)
1183
1183
  end
1184
1184
  when 10 then
1185
- # line 52 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1185
+ # line 52 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1186
1186
  begin
1187
1187
 
1188
1188
  p = store_keyword_content(:examples, data, p, eof)
1189
1189
  end
1190
1190
  when 11 then
1191
- # line 56 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1191
+ # line 56 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1192
1192
  begin
1193
1193
 
1194
1194
  con = utf8_pack(data[@content_start...p]).strip
1195
1195
  @listener.step(@keyword, con, @current_line)
1196
1196
  end
1197
1197
  when 12 then
1198
- # line 61 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1198
+ # line 61 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1199
1199
  begin
1200
1200
 
1201
1201
  con = utf8_pack(data[@content_start...p]).strip
@@ -1203,7 +1203,7 @@ when 12 then
1203
1203
  @keyword_start = nil
1204
1204
  end
1205
1205
  when 13 then
1206
- # line 67 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1206
+ # line 67 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1207
1207
  begin
1208
1208
 
1209
1209
  con = utf8_pack(data[@content_start...p]).strip
@@ -1211,38 +1211,38 @@ when 13 then
1211
1211
  @keyword_start = nil
1212
1212
  end
1213
1213
  when 14 then
1214
- # line 73 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1214
+ # line 73 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1215
1215
  begin
1216
1216
 
1217
1217
  @line_number += 1
1218
1218
  end
1219
1219
  when 15 then
1220
- # line 77 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1220
+ # line 77 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1221
1221
  begin
1222
1222
 
1223
1223
  @last_newline = p + 1
1224
1224
  end
1225
1225
  when 16 then
1226
- # line 81 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1226
+ # line 81 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1227
1227
  begin
1228
1228
 
1229
1229
  @keyword_start ||= p
1230
1230
  end
1231
1231
  when 17 then
1232
- # line 85 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1232
+ # line 85 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1233
1233
  begin
1234
1234
 
1235
1235
  @keyword = utf8_pack(data[@keyword_start...p]).sub(/:$/,'')
1236
1236
  @keyword_start = nil
1237
1237
  end
1238
1238
  when 18 then
1239
- # line 90 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1239
+ # line 90 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1240
1240
  begin
1241
1241
 
1242
1242
  @next_keyword_start = p
1243
1243
  end
1244
1244
  when 19 then
1245
- # line 94 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1245
+ # line 94 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1246
1246
  begin
1247
1247
 
1248
1248
  p = p - 1
@@ -1250,26 +1250,26 @@ when 19 then
1250
1250
  @current_line = @line_number
1251
1251
  end
1252
1252
  when 20 then
1253
- # line 100 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1253
+ # line 100 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1254
1254
  begin
1255
1255
 
1256
1256
  @content_start = p
1257
1257
  end
1258
1258
  when 21 then
1259
- # line 104 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1259
+ # line 104 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1260
1260
  begin
1261
1261
 
1262
1262
  con = utf8_pack(data[@content_start...p]).strip
1263
1263
  current_row << con.gsub(/\\\|/, "|").gsub(/\\n/, "\n").gsub(/\\\\/, "\\")
1264
1264
  end
1265
1265
  when 22 then
1266
- # line 109 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1266
+ # line 109 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1267
1267
  begin
1268
1268
 
1269
1269
  @listener.row(current_row, @current_line)
1270
1270
  end
1271
1271
  when 23 then
1272
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1272
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1273
1273
  begin
1274
1274
 
1275
1275
  if cs < lexer_first_final
@@ -1308,7 +1308,7 @@ when 23 then
1308
1308
  __acts += 1
1309
1309
  case _lexer_actions[__acts - 1]
1310
1310
  when 23 then
1311
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1311
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1312
1312
  begin
1313
1313
 
1314
1314
  if cs < lexer_first_final
@@ -1332,7 +1332,7 @@ end
1332
1332
  end
1333
1333
  end
1334
1334
 
1335
- # line 139 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1335
+ # line 139 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1336
1336
  end
1337
1337
 
1338
1338
  def unindent(startcol, text)
@@ -1,12 +1,12 @@
1
1
 
2
- # line 1 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
2
+ # line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
3
3
  require 'gherkin/lexer/i18n_lexer'
4
4
 
5
5
  module Gherkin
6
6
  module RbLexer
7
7
  class Vi #:nodoc:
8
8
 
9
- # line 123 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
9
+ # line 123 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
10
10
 
11
11
 
12
12
  def initialize(listener)
@@ -837,7 +837,7 @@ end
837
837
  self.lexer_en_main = 1;
838
838
 
839
839
 
840
- # line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
840
+ # line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
841
841
  end
842
842
 
843
843
  def scan(data)
@@ -855,7 +855,7 @@ begin
855
855
  cs = lexer_start
856
856
  end
857
857
 
858
- # line 138 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
858
+ # line 138 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
859
859
 
860
860
  # line 861 "lib/gherkin/rb_lexer/vi.rb"
861
861
  begin
@@ -939,7 +939,7 @@ begin
939
939
  _acts += 1
940
940
  case _lexer_actions[_acts - 1]
941
941
  when 0 then
942
- # line 9 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
942
+ # line 9 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
943
943
  begin
944
944
 
945
945
  @content_start = p
@@ -947,32 +947,32 @@ when 0 then
947
947
  @start_col = p - @last_newline - "#{@keyword}:".length
948
948
  end
949
949
  when 1 then
950
- # line 15 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
950
+ # line 15 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
951
951
  begin
952
952
 
953
953
  @current_line = @line_number
954
954
  @start_col = p - @last_newline
955
955
  end
956
956
  when 2 then
957
- # line 20 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
957
+ # line 20 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
958
958
  begin
959
959
 
960
960
  @content_start = p
961
961
  end
962
962
  when 3 then
963
- # line 24 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
963
+ # line 24 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
964
964
  begin
965
965
 
966
966
  @docstring_content_type_start = p
967
967
  end
968
968
  when 4 then
969
- # line 27 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
969
+ # line 27 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
970
970
  begin
971
971
 
972
972
  @docstring_content_type_end = p
973
973
  end
974
974
  when 5 then
975
- # line 31 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
975
+ # line 31 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
976
976
  begin
977
977
 
978
978
  con = unindent(@start_col, utf8_pack(data[@content_start...@next_keyword_start-1]).sub(/(\r?\n)?([\t ])*\Z/, '').gsub(/\\"\\"\\"/, '"""'))
@@ -980,44 +980,44 @@ when 5 then
980
980
  @listener.doc_string(con_type, con, @current_line)
981
981
  end
982
982
  when 6 then
983
- # line 36 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
983
+ # line 36 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
984
984
  begin
985
985
 
986
986
  p = store_keyword_content(:feature, data, p, eof)
987
987
  end
988
988
  when 7 then
989
- # line 40 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
989
+ # line 40 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
990
990
  begin
991
991
 
992
992
  p = store_keyword_content(:background, data, p, eof)
993
993
  end
994
994
  when 8 then
995
- # line 44 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
995
+ # line 44 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
996
996
  begin
997
997
 
998
998
  p = store_keyword_content(:scenario, data, p, eof)
999
999
  end
1000
1000
  when 9 then
1001
- # line 48 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1001
+ # line 48 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1002
1002
  begin
1003
1003
 
1004
1004
  p = store_keyword_content(:scenario_outline, data, p, eof)
1005
1005
  end
1006
1006
  when 10 then
1007
- # line 52 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1007
+ # line 52 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1008
1008
  begin
1009
1009
 
1010
1010
  p = store_keyword_content(:examples, data, p, eof)
1011
1011
  end
1012
1012
  when 11 then
1013
- # line 56 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1013
+ # line 56 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1014
1014
  begin
1015
1015
 
1016
1016
  con = utf8_pack(data[@content_start...p]).strip
1017
1017
  @listener.step(@keyword, con, @current_line)
1018
1018
  end
1019
1019
  when 12 then
1020
- # line 61 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1020
+ # line 61 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1021
1021
  begin
1022
1022
 
1023
1023
  con = utf8_pack(data[@content_start...p]).strip
@@ -1025,7 +1025,7 @@ when 12 then
1025
1025
  @keyword_start = nil
1026
1026
  end
1027
1027
  when 13 then
1028
- # line 67 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1028
+ # line 67 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1029
1029
  begin
1030
1030
 
1031
1031
  con = utf8_pack(data[@content_start...p]).strip
@@ -1033,38 +1033,38 @@ when 13 then
1033
1033
  @keyword_start = nil
1034
1034
  end
1035
1035
  when 14 then
1036
- # line 73 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1036
+ # line 73 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1037
1037
  begin
1038
1038
 
1039
1039
  @line_number += 1
1040
1040
  end
1041
1041
  when 15 then
1042
- # line 77 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1042
+ # line 77 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1043
1043
  begin
1044
1044
 
1045
1045
  @last_newline = p + 1
1046
1046
  end
1047
1047
  when 16 then
1048
- # line 81 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1048
+ # line 81 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1049
1049
  begin
1050
1050
 
1051
1051
  @keyword_start ||= p
1052
1052
  end
1053
1053
  when 17 then
1054
- # line 85 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1054
+ # line 85 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1055
1055
  begin
1056
1056
 
1057
1057
  @keyword = utf8_pack(data[@keyword_start...p]).sub(/:$/,'')
1058
1058
  @keyword_start = nil
1059
1059
  end
1060
1060
  when 18 then
1061
- # line 90 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1061
+ # line 90 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1062
1062
  begin
1063
1063
 
1064
1064
  @next_keyword_start = p
1065
1065
  end
1066
1066
  when 19 then
1067
- # line 94 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1067
+ # line 94 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1068
1068
  begin
1069
1069
 
1070
1070
  p = p - 1
@@ -1072,26 +1072,26 @@ when 19 then
1072
1072
  @current_line = @line_number
1073
1073
  end
1074
1074
  when 20 then
1075
- # line 100 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1075
+ # line 100 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1076
1076
  begin
1077
1077
 
1078
1078
  @content_start = p
1079
1079
  end
1080
1080
  when 21 then
1081
- # line 104 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1081
+ # line 104 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1082
1082
  begin
1083
1083
 
1084
1084
  con = utf8_pack(data[@content_start...p]).strip
1085
1085
  current_row << con.gsub(/\\\|/, "|").gsub(/\\n/, "\n").gsub(/\\\\/, "\\")
1086
1086
  end
1087
1087
  when 22 then
1088
- # line 109 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1088
+ # line 109 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1089
1089
  begin
1090
1090
 
1091
1091
  @listener.row(current_row, @current_line)
1092
1092
  end
1093
1093
  when 23 then
1094
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1094
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1095
1095
  begin
1096
1096
 
1097
1097
  if cs < lexer_first_final
@@ -1130,7 +1130,7 @@ when 23 then
1130
1130
  __acts += 1
1131
1131
  case _lexer_actions[__acts - 1]
1132
1132
  when 23 then
1133
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1133
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1134
1134
  begin
1135
1135
 
1136
1136
  if cs < lexer_first_final
@@ -1154,7 +1154,7 @@ end
1154
1154
  end
1155
1155
  end
1156
1156
 
1157
- # line 139 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1157
+ # line 139 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/vi.rb.rl"
1158
1158
  end
1159
1159
 
1160
1160
  def unindent(startcol, text)