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/ja.c.rl"
2
+ #line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.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/ja.c.rl"
83
+ #line 254 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
84
84
 
85
85
 
86
86
  /** Data **/
@@ -1131,7 +1131,7 @@ static const int lexer_error = 0;
1131
1131
  static const int lexer_en_main = 1;
1132
1132
 
1133
1133
 
1134
- #line 258 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1134
+ #line 258 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1135
1135
 
1136
1136
  static VALUE
1137
1137
  unindent(VALUE con, int start_col)
@@ -1304,7 +1304,7 @@ static VALUE CLexer_scan(VALUE self, VALUE input)
1304
1304
  cs = lexer_start;
1305
1305
  }
1306
1306
 
1307
- #line 425 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1307
+ #line 425 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1308
1308
 
1309
1309
  #line 1310 "ext/gherkin_lexer_ja/gherkin_lexer_ja.c"
1310
1310
  {
@@ -1380,7 +1380,7 @@ _match:
1380
1380
  switch ( *_acts++ )
1381
1381
  {
1382
1382
  case 0:
1383
- #line 83 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1383
+ #line 83 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1384
1384
  {
1385
1385
  MARK(content_start, p);
1386
1386
  lexer->current_line = lexer->line_number;
@@ -1388,20 +1388,20 @@ _match:
1388
1388
  }
1389
1389
  break;
1390
1390
  case 1:
1391
- #line 89 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1391
+ #line 89 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1392
1392
  {
1393
1393
  MARK(content_start, p);
1394
1394
  }
1395
1395
  break;
1396
1396
  case 2:
1397
- #line 93 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1397
+ #line 93 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1398
1398
  {
1399
1399
  lexer->current_line = lexer->line_number;
1400
1400
  lexer->start_col = p - data - lexer->last_newline;
1401
1401
  }
1402
1402
  break;
1403
1403
  case 3:
1404
- #line 98 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1404
+ #line 98 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1405
1405
  {
1406
1406
  int len = LEN(content_start, PTR_TO(final_newline));
1407
1407
  int type_len = LEN(docstring_content_type_start, PTR_TO(docstring_content_type_end));
@@ -1413,49 +1413,49 @@ _match:
1413
1413
  }
1414
1414
  break;
1415
1415
  case 4:
1416
- #line 108 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1416
+ #line 108 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1417
1417
  {
1418
1418
  MARK(docstring_content_type_start, p);
1419
1419
  }
1420
1420
  break;
1421
1421
  case 5:
1422
- #line 112 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1422
+ #line 112 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1423
1423
  {
1424
1424
  MARK(docstring_content_type_end, p);
1425
1425
  }
1426
1426
  break;
1427
1427
  case 6:
1428
- #line 116 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1428
+ #line 116 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1429
1429
  {
1430
1430
  STORE_KW_END_CON(feature);
1431
1431
  }
1432
1432
  break;
1433
1433
  case 7:
1434
- #line 120 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1434
+ #line 120 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1435
1435
  {
1436
1436
  STORE_KW_END_CON(background);
1437
1437
  }
1438
1438
  break;
1439
1439
  case 8:
1440
- #line 124 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1440
+ #line 124 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1441
1441
  {
1442
1442
  STORE_KW_END_CON(scenario);
1443
1443
  }
1444
1444
  break;
1445
1445
  case 9:
1446
- #line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1446
+ #line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1447
1447
  {
1448
1448
  STORE_KW_END_CON(scenario_outline);
1449
1449
  }
1450
1450
  break;
1451
1451
  case 10:
1452
- #line 132 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1452
+ #line 132 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1453
1453
  {
1454
1454
  STORE_KW_END_CON(examples);
1455
1455
  }
1456
1456
  break;
1457
1457
  case 11:
1458
- #line 136 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1458
+ #line 136 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1459
1459
  {
1460
1460
  store_kw_con(listener, "step",
1461
1461
  PTR_TO(keyword_start), LEN(keyword_start, PTR_TO(keyword_end)),
@@ -1464,34 +1464,34 @@ _match:
1464
1464
  }
1465
1465
  break;
1466
1466
  case 12:
1467
- #line 143 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1467
+ #line 143 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1468
1468
  {
1469
1469
  STORE_ATTR(comment);
1470
1470
  lexer->mark = 0;
1471
1471
  }
1472
1472
  break;
1473
1473
  case 13:
1474
- #line 148 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1474
+ #line 148 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1475
1475
  {
1476
1476
  STORE_ATTR(tag);
1477
1477
  lexer->mark = 0;
1478
1478
  }
1479
1479
  break;
1480
1480
  case 14:
1481
- #line 153 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1481
+ #line 153 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1482
1482
  {
1483
1483
  lexer->line_number += 1;
1484
1484
  MARK(final_newline, p);
1485
1485
  }
1486
1486
  break;
1487
1487
  case 15:
1488
- #line 158 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1488
+ #line 158 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1489
1489
  {
1490
1490
  MARK(last_newline, p + 1);
1491
1491
  }
1492
1492
  break;
1493
1493
  case 16:
1494
- #line 162 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1494
+ #line 162 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1495
1495
  {
1496
1496
  if (lexer->mark == 0) {
1497
1497
  MARK(mark, p);
@@ -1499,7 +1499,7 @@ _match:
1499
1499
  }
1500
1500
  break;
1501
1501
  case 17:
1502
- #line 168 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1502
+ #line 168 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1503
1503
  {
1504
1504
  MARK(keyword_end, p);
1505
1505
  MARK(keyword_start, PTR_TO(mark));
@@ -1508,13 +1508,13 @@ _match:
1508
1508
  }
1509
1509
  break;
1510
1510
  case 18:
1511
- #line 175 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1511
+ #line 175 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1512
1512
  {
1513
1513
  MARK(content_end, p);
1514
1514
  }
1515
1515
  break;
1516
1516
  case 19:
1517
- #line 179 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1517
+ #line 179 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1518
1518
  {
1519
1519
  p = p - 1;
1520
1520
  lexer->current_line = lexer->line_number;
@@ -1522,13 +1522,13 @@ _match:
1522
1522
  }
1523
1523
  break;
1524
1524
  case 20:
1525
- #line 185 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1525
+ #line 185 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1526
1526
  {
1527
1527
  MARK(content_start, p);
1528
1528
  }
1529
1529
  break;
1530
1530
  case 21:
1531
- #line 189 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1531
+ #line 189 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1532
1532
  {
1533
1533
  VALUE re_pipe, re_newline, re_backslash;
1534
1534
  VALUE con = ENCODED_STR_NEW(PTR_TO(content_start), LEN(content_start, p));
@@ -1544,13 +1544,13 @@ _match:
1544
1544
  }
1545
1545
  break;
1546
1546
  case 22:
1547
- #line 203 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1547
+ #line 203 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1548
1548
  {
1549
1549
  rb_funcall(listener, rb_intern("row"), 2, current_row, INT2FIX(lexer->current_line));
1550
1550
  }
1551
1551
  break;
1552
1552
  case 23:
1553
- #line 207 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1553
+ #line 207 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1554
1554
  {
1555
1555
  int line;
1556
1556
  if (cs < lexer_first_final) {
@@ -1613,7 +1613,7 @@ _again:
1613
1613
  while ( __nacts-- > 0 ) {
1614
1614
  switch ( *__acts++ ) {
1615
1615
  case 23:
1616
- #line 207 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1616
+ #line 207 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1617
1617
  {
1618
1618
  int line;
1619
1619
  if (cs < lexer_first_final) {
@@ -1667,7 +1667,7 @@ _again:
1667
1667
  _out: {}
1668
1668
  }
1669
1669
 
1670
- #line 426 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ja.c.rl"
1670
+ #line 426 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ja.c.rl"
1671
1671
 
1672
1672
  assert(p <= pe && "data overflow after parsing execute");
1673
1673
  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/ko.c.rl"
2
+ #line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.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/ko.c.rl"
83
+ #line 254 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
84
84
 
85
85
 
86
86
  /** Data **/
@@ -792,7 +792,7 @@ static const int lexer_error = 0;
792
792
  static const int lexer_en_main = 1;
793
793
 
794
794
 
795
- #line 258 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
795
+ #line 258 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
796
796
 
797
797
  static VALUE
798
798
  unindent(VALUE con, int start_col)
@@ -965,7 +965,7 @@ static VALUE CLexer_scan(VALUE self, VALUE input)
965
965
  cs = lexer_start;
966
966
  }
967
967
 
968
- #line 425 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
968
+ #line 425 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
969
969
 
970
970
  #line 971 "ext/gherkin_lexer_ko/gherkin_lexer_ko.c"
971
971
  {
@@ -1041,7 +1041,7 @@ _match:
1041
1041
  switch ( *_acts++ )
1042
1042
  {
1043
1043
  case 0:
1044
- #line 83 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1044
+ #line 83 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1045
1045
  {
1046
1046
  MARK(content_start, p);
1047
1047
  lexer->current_line = lexer->line_number;
@@ -1049,20 +1049,20 @@ _match:
1049
1049
  }
1050
1050
  break;
1051
1051
  case 1:
1052
- #line 89 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1052
+ #line 89 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1053
1053
  {
1054
1054
  MARK(content_start, p);
1055
1055
  }
1056
1056
  break;
1057
1057
  case 2:
1058
- #line 93 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1058
+ #line 93 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1059
1059
  {
1060
1060
  lexer->current_line = lexer->line_number;
1061
1061
  lexer->start_col = p - data - lexer->last_newline;
1062
1062
  }
1063
1063
  break;
1064
1064
  case 3:
1065
- #line 98 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1065
+ #line 98 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1066
1066
  {
1067
1067
  int len = LEN(content_start, PTR_TO(final_newline));
1068
1068
  int type_len = LEN(docstring_content_type_start, PTR_TO(docstring_content_type_end));
@@ -1074,49 +1074,49 @@ _match:
1074
1074
  }
1075
1075
  break;
1076
1076
  case 4:
1077
- #line 108 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1077
+ #line 108 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1078
1078
  {
1079
1079
  MARK(docstring_content_type_start, p);
1080
1080
  }
1081
1081
  break;
1082
1082
  case 5:
1083
- #line 112 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1083
+ #line 112 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1084
1084
  {
1085
1085
  MARK(docstring_content_type_end, p);
1086
1086
  }
1087
1087
  break;
1088
1088
  case 6:
1089
- #line 116 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1089
+ #line 116 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1090
1090
  {
1091
1091
  STORE_KW_END_CON(feature);
1092
1092
  }
1093
1093
  break;
1094
1094
  case 7:
1095
- #line 120 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1095
+ #line 120 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1096
1096
  {
1097
1097
  STORE_KW_END_CON(background);
1098
1098
  }
1099
1099
  break;
1100
1100
  case 8:
1101
- #line 124 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1101
+ #line 124 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1102
1102
  {
1103
1103
  STORE_KW_END_CON(scenario);
1104
1104
  }
1105
1105
  break;
1106
1106
  case 9:
1107
- #line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1107
+ #line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1108
1108
  {
1109
1109
  STORE_KW_END_CON(scenario_outline);
1110
1110
  }
1111
1111
  break;
1112
1112
  case 10:
1113
- #line 132 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1113
+ #line 132 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1114
1114
  {
1115
1115
  STORE_KW_END_CON(examples);
1116
1116
  }
1117
1117
  break;
1118
1118
  case 11:
1119
- #line 136 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1119
+ #line 136 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1120
1120
  {
1121
1121
  store_kw_con(listener, "step",
1122
1122
  PTR_TO(keyword_start), LEN(keyword_start, PTR_TO(keyword_end)),
@@ -1125,34 +1125,34 @@ _match:
1125
1125
  }
1126
1126
  break;
1127
1127
  case 12:
1128
- #line 143 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1128
+ #line 143 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1129
1129
  {
1130
1130
  STORE_ATTR(comment);
1131
1131
  lexer->mark = 0;
1132
1132
  }
1133
1133
  break;
1134
1134
  case 13:
1135
- #line 148 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1135
+ #line 148 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1136
1136
  {
1137
1137
  STORE_ATTR(tag);
1138
1138
  lexer->mark = 0;
1139
1139
  }
1140
1140
  break;
1141
1141
  case 14:
1142
- #line 153 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1142
+ #line 153 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1143
1143
  {
1144
1144
  lexer->line_number += 1;
1145
1145
  MARK(final_newline, p);
1146
1146
  }
1147
1147
  break;
1148
1148
  case 15:
1149
- #line 158 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1149
+ #line 158 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1150
1150
  {
1151
1151
  MARK(last_newline, p + 1);
1152
1152
  }
1153
1153
  break;
1154
1154
  case 16:
1155
- #line 162 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1155
+ #line 162 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1156
1156
  {
1157
1157
  if (lexer->mark == 0) {
1158
1158
  MARK(mark, p);
@@ -1160,7 +1160,7 @@ _match:
1160
1160
  }
1161
1161
  break;
1162
1162
  case 17:
1163
- #line 168 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1163
+ #line 168 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1164
1164
  {
1165
1165
  MARK(keyword_end, p);
1166
1166
  MARK(keyword_start, PTR_TO(mark));
@@ -1169,13 +1169,13 @@ _match:
1169
1169
  }
1170
1170
  break;
1171
1171
  case 18:
1172
- #line 175 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1172
+ #line 175 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1173
1173
  {
1174
1174
  MARK(content_end, p);
1175
1175
  }
1176
1176
  break;
1177
1177
  case 19:
1178
- #line 179 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1178
+ #line 179 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1179
1179
  {
1180
1180
  p = p - 1;
1181
1181
  lexer->current_line = lexer->line_number;
@@ -1183,13 +1183,13 @@ _match:
1183
1183
  }
1184
1184
  break;
1185
1185
  case 20:
1186
- #line 185 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1186
+ #line 185 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1187
1187
  {
1188
1188
  MARK(content_start, p);
1189
1189
  }
1190
1190
  break;
1191
1191
  case 21:
1192
- #line 189 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1192
+ #line 189 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1193
1193
  {
1194
1194
  VALUE re_pipe, re_newline, re_backslash;
1195
1195
  VALUE con = ENCODED_STR_NEW(PTR_TO(content_start), LEN(content_start, p));
@@ -1205,13 +1205,13 @@ _match:
1205
1205
  }
1206
1206
  break;
1207
1207
  case 22:
1208
- #line 203 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1208
+ #line 203 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1209
1209
  {
1210
1210
  rb_funcall(listener, rb_intern("row"), 2, current_row, INT2FIX(lexer->current_line));
1211
1211
  }
1212
1212
  break;
1213
1213
  case 23:
1214
- #line 207 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1214
+ #line 207 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1215
1215
  {
1216
1216
  int line;
1217
1217
  if (cs < lexer_first_final) {
@@ -1274,7 +1274,7 @@ _again:
1274
1274
  while ( __nacts-- > 0 ) {
1275
1275
  switch ( *__acts++ ) {
1276
1276
  case 23:
1277
- #line 207 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1277
+ #line 207 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1278
1278
  {
1279
1279
  int line;
1280
1280
  if (cs < lexer_first_final) {
@@ -1328,7 +1328,7 @@ _again:
1328
1328
  _out: {}
1329
1329
  }
1330
1330
 
1331
- #line 426 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ko.c.rl"
1331
+ #line 426 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ko.c.rl"
1332
1332
 
1333
1333
  assert(p <= pe && "data overflow after parsing execute");
1334
1334
  assert(lexer->content_start <= len && "content starts after data end");