gherkin 2.11.6 → 2.11.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. checksums.yaml +15 -0
  2. data/.travis.yml +0 -1
  3. data/Gemfile +1 -1
  4. data/History.md +13 -0
  5. data/README.md +10 -4
  6. data/examples/parse_and_output_json.rb +2 -2
  7. data/ext/gherkin_lexer_ar/gherkin_lexer_ar.c +494 -494
  8. data/ext/gherkin_lexer_bg/gherkin_lexer_bg.c +30 -30
  9. data/ext/gherkin_lexer_bm/gherkin_lexer_bm.c +30 -30
  10. data/ext/gherkin_lexer_ca/gherkin_lexer_ca.c +30 -30
  11. data/ext/gherkin_lexer_cs/gherkin_lexer_cs.c +30 -30
  12. data/ext/gherkin_lexer_cy_gb/gherkin_lexer_cy_gb.c +30 -30
  13. data/ext/gherkin_lexer_da/gherkin_lexer_da.c +30 -30
  14. data/ext/gherkin_lexer_de/gherkin_lexer_de.c +30 -30
  15. data/ext/gherkin_lexer_el/extconf.rb +6 -0
  16. data/ext/gherkin_lexer_el/gherkin_lexer_el.c +1977 -0
  17. data/ext/gherkin_lexer_en/gherkin_lexer_en.c +30 -30
  18. data/ext/gherkin_lexer_en_au/gherkin_lexer_en_au.c +30 -30
  19. data/ext/gherkin_lexer_en_lol/gherkin_lexer_en_lol.c +30 -30
  20. data/ext/gherkin_lexer_en_old/extconf.rb +6 -0
  21. data/ext/gherkin_lexer_en_old/gherkin_lexer_en_old.c +1309 -0
  22. data/ext/gherkin_lexer_en_pirate/gherkin_lexer_en_pirate.c +30 -30
  23. data/ext/gherkin_lexer_en_scouse/gherkin_lexer_en_scouse.c +30 -30
  24. data/ext/gherkin_lexer_en_tx/gherkin_lexer_en_tx.c +30 -30
  25. data/ext/gherkin_lexer_eo/gherkin_lexer_eo.c +30 -30
  26. data/ext/gherkin_lexer_es/gherkin_lexer_es.c +30 -30
  27. data/ext/gherkin_lexer_et/gherkin_lexer_et.c +30 -30
  28. data/ext/gherkin_lexer_fa/gherkin_lexer_fa.c +30 -30
  29. data/ext/gherkin_lexer_fi/gherkin_lexer_fi.c +30 -30
  30. data/ext/gherkin_lexer_fr/gherkin_lexer_fr.c +30 -30
  31. data/ext/gherkin_lexer_he/gherkin_lexer_he.c +30 -30
  32. data/ext/gherkin_lexer_hi/gherkin_lexer_hi.c +30 -30
  33. data/ext/gherkin_lexer_hr/gherkin_lexer_hr.c +30 -30
  34. data/ext/gherkin_lexer_hu/gherkin_lexer_hu.c +30 -30
  35. data/ext/gherkin_lexer_id/gherkin_lexer_id.c +30 -30
  36. data/ext/gherkin_lexer_is/gherkin_lexer_is.c +30 -30
  37. data/ext/gherkin_lexer_it/gherkin_lexer_it.c +30 -30
  38. data/ext/gherkin_lexer_ja/gherkin_lexer_ja.c +30 -30
  39. data/ext/gherkin_lexer_ko/gherkin_lexer_ko.c +30 -30
  40. data/ext/gherkin_lexer_lt/gherkin_lexer_lt.c +30 -30
  41. data/ext/gherkin_lexer_lu/gherkin_lexer_lu.c +30 -30
  42. data/ext/gherkin_lexer_lv/gherkin_lexer_lv.c +30 -30
  43. data/ext/gherkin_lexer_nl/gherkin_lexer_nl.c +30 -30
  44. data/ext/gherkin_lexer_no/gherkin_lexer_no.c +30 -30
  45. data/ext/gherkin_lexer_pl/gherkin_lexer_pl.c +30 -30
  46. data/ext/gherkin_lexer_pt/gherkin_lexer_pt.c +30 -30
  47. data/ext/gherkin_lexer_ro/gherkin_lexer_ro.c +30 -30
  48. data/ext/gherkin_lexer_ru/gherkin_lexer_ru.c +30 -30
  49. data/ext/gherkin_lexer_sk/gherkin_lexer_sk.c +30 -30
  50. data/ext/gherkin_lexer_sr_cyrl/gherkin_lexer_sr_cyrl.c +30 -30
  51. data/ext/gherkin_lexer_sr_latn/gherkin_lexer_sr_latn.c +617 -614
  52. data/ext/gherkin_lexer_sv/gherkin_lexer_sv.c +30 -30
  53. data/ext/gherkin_lexer_tl/gherkin_lexer_tl.c +30 -30
  54. data/ext/gherkin_lexer_tr/gherkin_lexer_tr.c +30 -30
  55. data/ext/gherkin_lexer_tt/gherkin_lexer_tt.c +30 -30
  56. data/ext/gherkin_lexer_uk/gherkin_lexer_uk.c +30 -30
  57. data/ext/gherkin_lexer_uz/gherkin_lexer_uz.c +622 -614
  58. data/ext/gherkin_lexer_vi/gherkin_lexer_vi.c +30 -30
  59. data/ext/gherkin_lexer_zh_cn/gherkin_lexer_zh_cn.c +30 -30
  60. data/ext/gherkin_lexer_zh_tw/gherkin_lexer_zh_tw.c +30 -30
  61. data/features/.cucumber/stepdefs.json +66 -66
  62. data/features/step_definitions/json_formatter_steps.rb +4 -4
  63. data/features/step_definitions/json_parser_steps.rb +2 -1
  64. data/features/support/env.rb +2 -3
  65. data/gherkin.gemspec +8 -6
  66. data/lib/gherkin/formatter/json_formatter.rb +5 -5
  67. data/lib/gherkin/formatter/tag_filter.rb +2 -2
  68. data/lib/gherkin/i18n.json +28 -0
  69. data/lib/gherkin/i18n.rb +6 -6
  70. data/lib/gherkin/json_parser.rb +4 -4
  71. data/lib/gherkin/native/java.rb +2 -2
  72. data/lib/gherkin/parser/parser.rb +1 -0
  73. data/lib/gherkin/platform.rb +12 -0
  74. data/lib/gherkin/tag_expression.rb +7 -1
  75. data/spec/gherkin/formatter/json_formatter_spec.rb +74 -3
  76. data/spec/gherkin/i18n_spec.rb +2 -0
  77. data/spec/gherkin/json_parser_spec.rb +11 -10
  78. data/spec/gherkin/parser/parser_spec.rb +1 -1
  79. data/spec/gherkin/tag_expression_spec.rb +19 -15
  80. data/spec/spec_helper.rb +4 -1
  81. data/tasks/rspec.rake +1 -2
  82. metadata +139 -226
  83. data/lib/gherkin/lexer/tl.rb +0 -1723
  84. data/lib/gherkin/lexer/tt.rb +0 -1640
  85. data/spec/gherkin/output_stream_string_io.rb +0 -20
@@ -1,5 +1,5 @@
1
1
 
2
- #line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
2
+ #line 1 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.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/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
83
+ #line 254 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
84
84
 
85
85
 
86
86
  /** Data **/
@@ -1143,7 +1143,7 @@ static const int lexer_error = 0;
1143
1143
  static const int lexer_en_main = 1;
1144
1144
 
1145
1145
 
1146
- #line 258 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1146
+ #line 258 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1147
1147
 
1148
1148
  static VALUE
1149
1149
  unindent(VALUE con, int start_col)
@@ -1316,7 +1316,7 @@ static VALUE CLexer_scan(VALUE self, VALUE input)
1316
1316
  cs = lexer_start;
1317
1317
  }
1318
1318
 
1319
- #line 425 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1319
+ #line 425 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1320
1320
 
1321
1321
  #line 1322 "ext/gherkin_lexer_pt/gherkin_lexer_pt.c"
1322
1322
  {
@@ -1392,7 +1392,7 @@ _match:
1392
1392
  switch ( *_acts++ )
1393
1393
  {
1394
1394
  case 0:
1395
- #line 83 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1395
+ #line 83 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1396
1396
  {
1397
1397
  MARK(content_start, p);
1398
1398
  lexer->current_line = lexer->line_number;
@@ -1400,20 +1400,20 @@ _match:
1400
1400
  }
1401
1401
  break;
1402
1402
  case 1:
1403
- #line 89 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1403
+ #line 89 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1404
1404
  {
1405
1405
  MARK(content_start, p);
1406
1406
  }
1407
1407
  break;
1408
1408
  case 2:
1409
- #line 93 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1409
+ #line 93 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1410
1410
  {
1411
1411
  lexer->current_line = lexer->line_number;
1412
1412
  lexer->start_col = p - data - lexer->last_newline;
1413
1413
  }
1414
1414
  break;
1415
1415
  case 3:
1416
- #line 98 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1416
+ #line 98 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1417
1417
  {
1418
1418
  int len = LEN(content_start, PTR_TO(final_newline));
1419
1419
  int type_len = LEN(docstring_content_type_start, PTR_TO(docstring_content_type_end));
@@ -1425,49 +1425,49 @@ _match:
1425
1425
  }
1426
1426
  break;
1427
1427
  case 4:
1428
- #line 108 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1428
+ #line 108 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1429
1429
  {
1430
1430
  MARK(docstring_content_type_start, p);
1431
1431
  }
1432
1432
  break;
1433
1433
  case 5:
1434
- #line 112 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1434
+ #line 112 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1435
1435
  {
1436
1436
  MARK(docstring_content_type_end, p);
1437
1437
  }
1438
1438
  break;
1439
1439
  case 6:
1440
- #line 116 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1440
+ #line 116 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1441
1441
  {
1442
1442
  STORE_KW_END_CON(feature);
1443
1443
  }
1444
1444
  break;
1445
1445
  case 7:
1446
- #line 120 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1446
+ #line 120 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1447
1447
  {
1448
1448
  STORE_KW_END_CON(background);
1449
1449
  }
1450
1450
  break;
1451
1451
  case 8:
1452
- #line 124 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1452
+ #line 124 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1453
1453
  {
1454
1454
  STORE_KW_END_CON(scenario);
1455
1455
  }
1456
1456
  break;
1457
1457
  case 9:
1458
- #line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1458
+ #line 128 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1459
1459
  {
1460
1460
  STORE_KW_END_CON(scenario_outline);
1461
1461
  }
1462
1462
  break;
1463
1463
  case 10:
1464
- #line 132 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1464
+ #line 132 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1465
1465
  {
1466
1466
  STORE_KW_END_CON(examples);
1467
1467
  }
1468
1468
  break;
1469
1469
  case 11:
1470
- #line 136 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1470
+ #line 136 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1471
1471
  {
1472
1472
  store_kw_con(listener, "step",
1473
1473
  PTR_TO(keyword_start), LEN(keyword_start, PTR_TO(keyword_end)),
@@ -1476,34 +1476,34 @@ _match:
1476
1476
  }
1477
1477
  break;
1478
1478
  case 12:
1479
- #line 143 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1479
+ #line 143 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1480
1480
  {
1481
1481
  STORE_ATTR(comment);
1482
1482
  lexer->mark = 0;
1483
1483
  }
1484
1484
  break;
1485
1485
  case 13:
1486
- #line 148 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1486
+ #line 148 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1487
1487
  {
1488
1488
  STORE_ATTR(tag);
1489
1489
  lexer->mark = 0;
1490
1490
  }
1491
1491
  break;
1492
1492
  case 14:
1493
- #line 153 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1493
+ #line 153 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1494
1494
  {
1495
1495
  lexer->line_number += 1;
1496
1496
  MARK(final_newline, p);
1497
1497
  }
1498
1498
  break;
1499
1499
  case 15:
1500
- #line 158 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1500
+ #line 158 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1501
1501
  {
1502
1502
  MARK(last_newline, p + 1);
1503
1503
  }
1504
1504
  break;
1505
1505
  case 16:
1506
- #line 162 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1506
+ #line 162 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1507
1507
  {
1508
1508
  if (lexer->mark == 0) {
1509
1509
  MARK(mark, p);
@@ -1511,7 +1511,7 @@ _match:
1511
1511
  }
1512
1512
  break;
1513
1513
  case 17:
1514
- #line 168 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1514
+ #line 168 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1515
1515
  {
1516
1516
  MARK(keyword_end, p);
1517
1517
  MARK(keyword_start, PTR_TO(mark));
@@ -1520,13 +1520,13 @@ _match:
1520
1520
  }
1521
1521
  break;
1522
1522
  case 18:
1523
- #line 175 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1523
+ #line 175 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1524
1524
  {
1525
1525
  MARK(content_end, p);
1526
1526
  }
1527
1527
  break;
1528
1528
  case 19:
1529
- #line 179 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1529
+ #line 179 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1530
1530
  {
1531
1531
  p = p - 1;
1532
1532
  lexer->current_line = lexer->line_number;
@@ -1534,13 +1534,13 @@ _match:
1534
1534
  }
1535
1535
  break;
1536
1536
  case 20:
1537
- #line 185 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1537
+ #line 185 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1538
1538
  {
1539
1539
  MARK(content_start, p);
1540
1540
  }
1541
1541
  break;
1542
1542
  case 21:
1543
- #line 189 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1543
+ #line 189 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1544
1544
  {
1545
1545
  VALUE re_pipe, re_newline, re_backslash;
1546
1546
  VALUE con = ENCODED_STR_NEW(PTR_TO(content_start), LEN(content_start, p));
@@ -1556,13 +1556,13 @@ _match:
1556
1556
  }
1557
1557
  break;
1558
1558
  case 22:
1559
- #line 203 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1559
+ #line 203 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1560
1560
  {
1561
1561
  rb_funcall(listener, rb_intern("row"), 2, current_row, INT2FIX(lexer->current_line));
1562
1562
  }
1563
1563
  break;
1564
1564
  case 23:
1565
- #line 207 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1565
+ #line 207 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1566
1566
  {
1567
1567
  int line;
1568
1568
  if (cs < lexer_first_final) {
@@ -1625,7 +1625,7 @@ _again:
1625
1625
  while ( __nacts-- > 0 ) {
1626
1626
  switch ( *__acts++ ) {
1627
1627
  case 23:
1628
- #line 207 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1628
+ #line 207 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1629
1629
  {
1630
1630
  int line;
1631
1631
  if (cs < lexer_first_final) {
@@ -1679,7 +1679,7 @@ _again:
1679
1679
  _out: {}
1680
1680
  }
1681
1681
 
1682
- #line 426 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.c.rl"
1682
+ #line 426 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/pt.c.rl"
1683
1683
 
1684
1684
  assert(p <= pe && "data overflow after parsing execute");
1685
1685
  assert(lexer->content_start <= len && "content starts after data end");
@@ -1,5 +1,5 @@
1
1
 
2
- #line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
2
+ #line 1 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.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/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
83
+ #line 254 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
84
84
 
85
85
 
86
86
  /** Data **/
@@ -859,7 +859,7 @@ static const int lexer_error = 0;
859
859
  static const int lexer_en_main = 1;
860
860
 
861
861
 
862
- #line 258 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
862
+ #line 258 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
863
863
 
864
864
  static VALUE
865
865
  unindent(VALUE con, int start_col)
@@ -1032,7 +1032,7 @@ static VALUE CLexer_scan(VALUE self, VALUE input)
1032
1032
  cs = lexer_start;
1033
1033
  }
1034
1034
 
1035
- #line 425 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1035
+ #line 425 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1036
1036
 
1037
1037
  #line 1038 "ext/gherkin_lexer_ro/gherkin_lexer_ro.c"
1038
1038
  {
@@ -1108,7 +1108,7 @@ _match:
1108
1108
  switch ( *_acts++ )
1109
1109
  {
1110
1110
  case 0:
1111
- #line 83 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1111
+ #line 83 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1112
1112
  {
1113
1113
  MARK(content_start, p);
1114
1114
  lexer->current_line = lexer->line_number;
@@ -1116,20 +1116,20 @@ _match:
1116
1116
  }
1117
1117
  break;
1118
1118
  case 1:
1119
- #line 89 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1119
+ #line 89 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1120
1120
  {
1121
1121
  MARK(content_start, p);
1122
1122
  }
1123
1123
  break;
1124
1124
  case 2:
1125
- #line 93 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1125
+ #line 93 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1126
1126
  {
1127
1127
  lexer->current_line = lexer->line_number;
1128
1128
  lexer->start_col = p - data - lexer->last_newline;
1129
1129
  }
1130
1130
  break;
1131
1131
  case 3:
1132
- #line 98 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1132
+ #line 98 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1133
1133
  {
1134
1134
  int len = LEN(content_start, PTR_TO(final_newline));
1135
1135
  int type_len = LEN(docstring_content_type_start, PTR_TO(docstring_content_type_end));
@@ -1141,49 +1141,49 @@ _match:
1141
1141
  }
1142
1142
  break;
1143
1143
  case 4:
1144
- #line 108 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1144
+ #line 108 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1145
1145
  {
1146
1146
  MARK(docstring_content_type_start, p);
1147
1147
  }
1148
1148
  break;
1149
1149
  case 5:
1150
- #line 112 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1150
+ #line 112 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1151
1151
  {
1152
1152
  MARK(docstring_content_type_end, p);
1153
1153
  }
1154
1154
  break;
1155
1155
  case 6:
1156
- #line 116 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1156
+ #line 116 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1157
1157
  {
1158
1158
  STORE_KW_END_CON(feature);
1159
1159
  }
1160
1160
  break;
1161
1161
  case 7:
1162
- #line 120 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1162
+ #line 120 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1163
1163
  {
1164
1164
  STORE_KW_END_CON(background);
1165
1165
  }
1166
1166
  break;
1167
1167
  case 8:
1168
- #line 124 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1168
+ #line 124 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1169
1169
  {
1170
1170
  STORE_KW_END_CON(scenario);
1171
1171
  }
1172
1172
  break;
1173
1173
  case 9:
1174
- #line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1174
+ #line 128 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1175
1175
  {
1176
1176
  STORE_KW_END_CON(scenario_outline);
1177
1177
  }
1178
1178
  break;
1179
1179
  case 10:
1180
- #line 132 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1180
+ #line 132 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1181
1181
  {
1182
1182
  STORE_KW_END_CON(examples);
1183
1183
  }
1184
1184
  break;
1185
1185
  case 11:
1186
- #line 136 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1186
+ #line 136 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1187
1187
  {
1188
1188
  store_kw_con(listener, "step",
1189
1189
  PTR_TO(keyword_start), LEN(keyword_start, PTR_TO(keyword_end)),
@@ -1192,34 +1192,34 @@ _match:
1192
1192
  }
1193
1193
  break;
1194
1194
  case 12:
1195
- #line 143 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1195
+ #line 143 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1196
1196
  {
1197
1197
  STORE_ATTR(comment);
1198
1198
  lexer->mark = 0;
1199
1199
  }
1200
1200
  break;
1201
1201
  case 13:
1202
- #line 148 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1202
+ #line 148 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1203
1203
  {
1204
1204
  STORE_ATTR(tag);
1205
1205
  lexer->mark = 0;
1206
1206
  }
1207
1207
  break;
1208
1208
  case 14:
1209
- #line 153 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1209
+ #line 153 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1210
1210
  {
1211
1211
  lexer->line_number += 1;
1212
1212
  MARK(final_newline, p);
1213
1213
  }
1214
1214
  break;
1215
1215
  case 15:
1216
- #line 158 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1216
+ #line 158 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1217
1217
  {
1218
1218
  MARK(last_newline, p + 1);
1219
1219
  }
1220
1220
  break;
1221
1221
  case 16:
1222
- #line 162 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1222
+ #line 162 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1223
1223
  {
1224
1224
  if (lexer->mark == 0) {
1225
1225
  MARK(mark, p);
@@ -1227,7 +1227,7 @@ _match:
1227
1227
  }
1228
1228
  break;
1229
1229
  case 17:
1230
- #line 168 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1230
+ #line 168 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1231
1231
  {
1232
1232
  MARK(keyword_end, p);
1233
1233
  MARK(keyword_start, PTR_TO(mark));
@@ -1236,13 +1236,13 @@ _match:
1236
1236
  }
1237
1237
  break;
1238
1238
  case 18:
1239
- #line 175 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1239
+ #line 175 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1240
1240
  {
1241
1241
  MARK(content_end, p);
1242
1242
  }
1243
1243
  break;
1244
1244
  case 19:
1245
- #line 179 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1245
+ #line 179 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1246
1246
  {
1247
1247
  p = p - 1;
1248
1248
  lexer->current_line = lexer->line_number;
@@ -1250,13 +1250,13 @@ _match:
1250
1250
  }
1251
1251
  break;
1252
1252
  case 20:
1253
- #line 185 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1253
+ #line 185 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1254
1254
  {
1255
1255
  MARK(content_start, p);
1256
1256
  }
1257
1257
  break;
1258
1258
  case 21:
1259
- #line 189 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1259
+ #line 189 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1260
1260
  {
1261
1261
  VALUE re_pipe, re_newline, re_backslash;
1262
1262
  VALUE con = ENCODED_STR_NEW(PTR_TO(content_start), LEN(content_start, p));
@@ -1272,13 +1272,13 @@ _match:
1272
1272
  }
1273
1273
  break;
1274
1274
  case 22:
1275
- #line 203 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1275
+ #line 203 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1276
1276
  {
1277
1277
  rb_funcall(listener, rb_intern("row"), 2, current_row, INT2FIX(lexer->current_line));
1278
1278
  }
1279
1279
  break;
1280
1280
  case 23:
1281
- #line 207 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1281
+ #line 207 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1282
1282
  {
1283
1283
  int line;
1284
1284
  if (cs < lexer_first_final) {
@@ -1341,7 +1341,7 @@ _again:
1341
1341
  while ( __nacts-- > 0 ) {
1342
1342
  switch ( *__acts++ ) {
1343
1343
  case 23:
1344
- #line 207 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1344
+ #line 207 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1345
1345
  {
1346
1346
  int line;
1347
1347
  if (cs < lexer_first_final) {
@@ -1395,7 +1395,7 @@ _again:
1395
1395
  _out: {}
1396
1396
  }
1397
1397
 
1398
- #line 426 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ro.c.rl"
1398
+ #line 426 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/ro.c.rl"
1399
1399
 
1400
1400
  assert(p <= pe && "data overflow after parsing execute");
1401
1401
  assert(lexer->content_start <= len && "content starts after data end");