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,5 +1,5 @@
1
1
 
2
- #line 1 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
2
+ #line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
3
3
  #include <assert.h>
4
4
  #include <ruby.h>
5
5
 
@@ -80,7 +80,7 @@ static VALUE rb_eGherkinLexingError;
80
80
  lexer->line_number)
81
81
 
82
82
 
83
- #line 254 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
83
+ #line 254 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
84
84
 
85
85
 
86
86
  /** Data **/
@@ -847,7 +847,7 @@ static const int lexer_error = 0;
847
847
  static const int lexer_en_main = 1;
848
848
 
849
849
 
850
- #line 258 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
850
+ #line 258 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
851
851
 
852
852
  static VALUE
853
853
  unindent(VALUE con, int start_col)
@@ -1020,7 +1020,7 @@ static VALUE CLexer_scan(VALUE self, VALUE input)
1020
1020
  cs = lexer_start;
1021
1021
  }
1022
1022
 
1023
- #line 425 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1023
+ #line 425 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1024
1024
 
1025
1025
  #line 1026 "ext/gherkin_lexer_de/gherkin_lexer_de.c"
1026
1026
  {
@@ -1096,7 +1096,7 @@ _match:
1096
1096
  switch ( *_acts++ )
1097
1097
  {
1098
1098
  case 0:
1099
- #line 83 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1099
+ #line 83 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1100
1100
  {
1101
1101
  MARK(content_start, p);
1102
1102
  lexer->current_line = lexer->line_number;
@@ -1104,20 +1104,20 @@ _match:
1104
1104
  }
1105
1105
  break;
1106
1106
  case 1:
1107
- #line 89 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1107
+ #line 89 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1108
1108
  {
1109
1109
  MARK(content_start, p);
1110
1110
  }
1111
1111
  break;
1112
1112
  case 2:
1113
- #line 93 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1113
+ #line 93 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1114
1114
  {
1115
1115
  lexer->current_line = lexer->line_number;
1116
1116
  lexer->start_col = p - data - lexer->last_newline;
1117
1117
  }
1118
1118
  break;
1119
1119
  case 3:
1120
- #line 98 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1120
+ #line 98 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1121
1121
  {
1122
1122
  int len = LEN(content_start, PTR_TO(final_newline));
1123
1123
  int type_len = LEN(docstring_content_type_start, PTR_TO(docstring_content_type_end));
@@ -1129,49 +1129,49 @@ _match:
1129
1129
  }
1130
1130
  break;
1131
1131
  case 4:
1132
- #line 108 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1132
+ #line 108 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1133
1133
  {
1134
1134
  MARK(docstring_content_type_start, p);
1135
1135
  }
1136
1136
  break;
1137
1137
  case 5:
1138
- #line 112 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1138
+ #line 112 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1139
1139
  {
1140
1140
  MARK(docstring_content_type_end, p);
1141
1141
  }
1142
1142
  break;
1143
1143
  case 6:
1144
- #line 116 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1144
+ #line 116 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1145
1145
  {
1146
1146
  STORE_KW_END_CON(feature);
1147
1147
  }
1148
1148
  break;
1149
1149
  case 7:
1150
- #line 120 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1150
+ #line 120 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1151
1151
  {
1152
1152
  STORE_KW_END_CON(background);
1153
1153
  }
1154
1154
  break;
1155
1155
  case 8:
1156
- #line 124 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1156
+ #line 124 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1157
1157
  {
1158
1158
  STORE_KW_END_CON(scenario);
1159
1159
  }
1160
1160
  break;
1161
1161
  case 9:
1162
- #line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1162
+ #line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1163
1163
  {
1164
1164
  STORE_KW_END_CON(scenario_outline);
1165
1165
  }
1166
1166
  break;
1167
1167
  case 10:
1168
- #line 132 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1168
+ #line 132 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1169
1169
  {
1170
1170
  STORE_KW_END_CON(examples);
1171
1171
  }
1172
1172
  break;
1173
1173
  case 11:
1174
- #line 136 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1174
+ #line 136 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1175
1175
  {
1176
1176
  store_kw_con(listener, "step",
1177
1177
  PTR_TO(keyword_start), LEN(keyword_start, PTR_TO(keyword_end)),
@@ -1180,34 +1180,34 @@ _match:
1180
1180
  }
1181
1181
  break;
1182
1182
  case 12:
1183
- #line 143 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1183
+ #line 143 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1184
1184
  {
1185
1185
  STORE_ATTR(comment);
1186
1186
  lexer->mark = 0;
1187
1187
  }
1188
1188
  break;
1189
1189
  case 13:
1190
- #line 148 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1190
+ #line 148 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1191
1191
  {
1192
1192
  STORE_ATTR(tag);
1193
1193
  lexer->mark = 0;
1194
1194
  }
1195
1195
  break;
1196
1196
  case 14:
1197
- #line 153 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1197
+ #line 153 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1198
1198
  {
1199
1199
  lexer->line_number += 1;
1200
1200
  MARK(final_newline, p);
1201
1201
  }
1202
1202
  break;
1203
1203
  case 15:
1204
- #line 158 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1204
+ #line 158 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1205
1205
  {
1206
1206
  MARK(last_newline, p + 1);
1207
1207
  }
1208
1208
  break;
1209
1209
  case 16:
1210
- #line 162 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1210
+ #line 162 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1211
1211
  {
1212
1212
  if (lexer->mark == 0) {
1213
1213
  MARK(mark, p);
@@ -1215,7 +1215,7 @@ _match:
1215
1215
  }
1216
1216
  break;
1217
1217
  case 17:
1218
- #line 168 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1218
+ #line 168 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1219
1219
  {
1220
1220
  MARK(keyword_end, p);
1221
1221
  MARK(keyword_start, PTR_TO(mark));
@@ -1224,13 +1224,13 @@ _match:
1224
1224
  }
1225
1225
  break;
1226
1226
  case 18:
1227
- #line 175 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1227
+ #line 175 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1228
1228
  {
1229
1229
  MARK(content_end, p);
1230
1230
  }
1231
1231
  break;
1232
1232
  case 19:
1233
- #line 179 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1233
+ #line 179 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1234
1234
  {
1235
1235
  p = p - 1;
1236
1236
  lexer->current_line = lexer->line_number;
@@ -1238,13 +1238,13 @@ _match:
1238
1238
  }
1239
1239
  break;
1240
1240
  case 20:
1241
- #line 185 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1241
+ #line 185 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1242
1242
  {
1243
1243
  MARK(content_start, p);
1244
1244
  }
1245
1245
  break;
1246
1246
  case 21:
1247
- #line 189 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1247
+ #line 189 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1248
1248
  {
1249
1249
  VALUE re_pipe, re_newline, re_backslash;
1250
1250
  VALUE con = ENCODED_STR_NEW(PTR_TO(content_start), LEN(content_start, p));
@@ -1260,13 +1260,13 @@ _match:
1260
1260
  }
1261
1261
  break;
1262
1262
  case 22:
1263
- #line 203 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1263
+ #line 203 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1264
1264
  {
1265
1265
  rb_funcall(listener, rb_intern("row"), 2, current_row, INT2FIX(lexer->current_line));
1266
1266
  }
1267
1267
  break;
1268
1268
  case 23:
1269
- #line 207 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1269
+ #line 207 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1270
1270
  {
1271
1271
  int line;
1272
1272
  if (cs < lexer_first_final) {
@@ -1329,7 +1329,7 @@ _again:
1329
1329
  while ( __nacts-- > 0 ) {
1330
1330
  switch ( *__acts++ ) {
1331
1331
  case 23:
1332
- #line 207 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1332
+ #line 207 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1333
1333
  {
1334
1334
  int line;
1335
1335
  if (cs < lexer_first_final) {
@@ -1383,7 +1383,7 @@ _again:
1383
1383
  _out: {}
1384
1384
  }
1385
1385
 
1386
- #line 426 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/de.c.rl"
1386
+ #line 426 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/de.c.rl"
1387
1387
 
1388
1388
  assert(p <= pe && "data overflow after parsing execute");
1389
1389
  assert(lexer->content_start <= len && "content starts after data end");
@@ -1,5 +1,5 @@
1
1
 
2
- #line 1 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
2
+ #line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
3
3
  #include <assert.h>
4
4
  #include <ruby.h>
5
5
 
@@ -80,7 +80,7 @@ static VALUE rb_eGherkinLexingError;
80
80
  lexer->line_number)
81
81
 
82
82
 
83
- #line 254 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
83
+ #line 254 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
84
84
 
85
85
 
86
86
  /** Data **/
@@ -697,7 +697,7 @@ static const int lexer_error = 0;
697
697
  static const int lexer_en_main = 1;
698
698
 
699
699
 
700
- #line 258 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
700
+ #line 258 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
701
701
 
702
702
  static VALUE
703
703
  unindent(VALUE con, int start_col)
@@ -870,7 +870,7 @@ static VALUE CLexer_scan(VALUE self, VALUE input)
870
870
  cs = lexer_start;
871
871
  }
872
872
 
873
- #line 425 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
873
+ #line 425 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
874
874
 
875
875
  #line 876 "ext/gherkin_lexer_en/gherkin_lexer_en.c"
876
876
  {
@@ -946,7 +946,7 @@ _match:
946
946
  switch ( *_acts++ )
947
947
  {
948
948
  case 0:
949
- #line 83 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
949
+ #line 83 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
950
950
  {
951
951
  MARK(content_start, p);
952
952
  lexer->current_line = lexer->line_number;
@@ -954,20 +954,20 @@ _match:
954
954
  }
955
955
  break;
956
956
  case 1:
957
- #line 89 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
957
+ #line 89 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
958
958
  {
959
959
  MARK(content_start, p);
960
960
  }
961
961
  break;
962
962
  case 2:
963
- #line 93 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
963
+ #line 93 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
964
964
  {
965
965
  lexer->current_line = lexer->line_number;
966
966
  lexer->start_col = p - data - lexer->last_newline;
967
967
  }
968
968
  break;
969
969
  case 3:
970
- #line 98 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
970
+ #line 98 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
971
971
  {
972
972
  int len = LEN(content_start, PTR_TO(final_newline));
973
973
  int type_len = LEN(docstring_content_type_start, PTR_TO(docstring_content_type_end));
@@ -979,49 +979,49 @@ _match:
979
979
  }
980
980
  break;
981
981
  case 4:
982
- #line 108 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
982
+ #line 108 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
983
983
  {
984
984
  MARK(docstring_content_type_start, p);
985
985
  }
986
986
  break;
987
987
  case 5:
988
- #line 112 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
988
+ #line 112 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
989
989
  {
990
990
  MARK(docstring_content_type_end, p);
991
991
  }
992
992
  break;
993
993
  case 6:
994
- #line 116 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
994
+ #line 116 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
995
995
  {
996
996
  STORE_KW_END_CON(feature);
997
997
  }
998
998
  break;
999
999
  case 7:
1000
- #line 120 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
1000
+ #line 120 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
1001
1001
  {
1002
1002
  STORE_KW_END_CON(background);
1003
1003
  }
1004
1004
  break;
1005
1005
  case 8:
1006
- #line 124 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
1006
+ #line 124 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
1007
1007
  {
1008
1008
  STORE_KW_END_CON(scenario);
1009
1009
  }
1010
1010
  break;
1011
1011
  case 9:
1012
- #line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
1012
+ #line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
1013
1013
  {
1014
1014
  STORE_KW_END_CON(scenario_outline);
1015
1015
  }
1016
1016
  break;
1017
1017
  case 10:
1018
- #line 132 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
1018
+ #line 132 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
1019
1019
  {
1020
1020
  STORE_KW_END_CON(examples);
1021
1021
  }
1022
1022
  break;
1023
1023
  case 11:
1024
- #line 136 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
1024
+ #line 136 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
1025
1025
  {
1026
1026
  store_kw_con(listener, "step",
1027
1027
  PTR_TO(keyword_start), LEN(keyword_start, PTR_TO(keyword_end)),
@@ -1030,34 +1030,34 @@ _match:
1030
1030
  }
1031
1031
  break;
1032
1032
  case 12:
1033
- #line 143 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
1033
+ #line 143 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
1034
1034
  {
1035
1035
  STORE_ATTR(comment);
1036
1036
  lexer->mark = 0;
1037
1037
  }
1038
1038
  break;
1039
1039
  case 13:
1040
- #line 148 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
1040
+ #line 148 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
1041
1041
  {
1042
1042
  STORE_ATTR(tag);
1043
1043
  lexer->mark = 0;
1044
1044
  }
1045
1045
  break;
1046
1046
  case 14:
1047
- #line 153 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
1047
+ #line 153 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
1048
1048
  {
1049
1049
  lexer->line_number += 1;
1050
1050
  MARK(final_newline, p);
1051
1051
  }
1052
1052
  break;
1053
1053
  case 15:
1054
- #line 158 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
1054
+ #line 158 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
1055
1055
  {
1056
1056
  MARK(last_newline, p + 1);
1057
1057
  }
1058
1058
  break;
1059
1059
  case 16:
1060
- #line 162 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
1060
+ #line 162 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
1061
1061
  {
1062
1062
  if (lexer->mark == 0) {
1063
1063
  MARK(mark, p);
@@ -1065,7 +1065,7 @@ _match:
1065
1065
  }
1066
1066
  break;
1067
1067
  case 17:
1068
- #line 168 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
1068
+ #line 168 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
1069
1069
  {
1070
1070
  MARK(keyword_end, p);
1071
1071
  MARK(keyword_start, PTR_TO(mark));
@@ -1074,13 +1074,13 @@ _match:
1074
1074
  }
1075
1075
  break;
1076
1076
  case 18:
1077
- #line 175 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
1077
+ #line 175 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
1078
1078
  {
1079
1079
  MARK(content_end, p);
1080
1080
  }
1081
1081
  break;
1082
1082
  case 19:
1083
- #line 179 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
1083
+ #line 179 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
1084
1084
  {
1085
1085
  p = p - 1;
1086
1086
  lexer->current_line = lexer->line_number;
@@ -1088,13 +1088,13 @@ _match:
1088
1088
  }
1089
1089
  break;
1090
1090
  case 20:
1091
- #line 185 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
1091
+ #line 185 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
1092
1092
  {
1093
1093
  MARK(content_start, p);
1094
1094
  }
1095
1095
  break;
1096
1096
  case 21:
1097
- #line 189 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
1097
+ #line 189 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
1098
1098
  {
1099
1099
  VALUE re_pipe, re_newline, re_backslash;
1100
1100
  VALUE con = ENCODED_STR_NEW(PTR_TO(content_start), LEN(content_start, p));
@@ -1110,13 +1110,13 @@ _match:
1110
1110
  }
1111
1111
  break;
1112
1112
  case 22:
1113
- #line 203 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
1113
+ #line 203 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
1114
1114
  {
1115
1115
  rb_funcall(listener, rb_intern("row"), 2, current_row, INT2FIX(lexer->current_line));
1116
1116
  }
1117
1117
  break;
1118
1118
  case 23:
1119
- #line 207 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
1119
+ #line 207 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
1120
1120
  {
1121
1121
  int line;
1122
1122
  if (cs < lexer_first_final) {
@@ -1179,7 +1179,7 @@ _again:
1179
1179
  while ( __nacts-- > 0 ) {
1180
1180
  switch ( *__acts++ ) {
1181
1181
  case 23:
1182
- #line 207 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
1182
+ #line 207 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
1183
1183
  {
1184
1184
  int line;
1185
1185
  if (cs < lexer_first_final) {
@@ -1233,7 +1233,7 @@ _again:
1233
1233
  _out: {}
1234
1234
  }
1235
1235
 
1236
- #line 426 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/en.c.rl"
1236
+ #line 426 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/en.c.rl"
1237
1237
 
1238
1238
  assert(p <= pe && "data overflow after parsing execute");
1239
1239
  assert(lexer->content_start <= len && "content starts after data end");