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/ru.c.rl"
2
+ #line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.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/ru.c.rl"
83
+ #line 254 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
84
84
 
85
85
 
86
86
  /** Data **/
@@ -1490,7 +1490,7 @@ static const int lexer_error = 0;
1490
1490
  static const int lexer_en_main = 1;
1491
1491
 
1492
1492
 
1493
- #line 258 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1493
+ #line 258 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1494
1494
 
1495
1495
  static VALUE
1496
1496
  unindent(VALUE con, int start_col)
@@ -1663,7 +1663,7 @@ static VALUE CLexer_scan(VALUE self, VALUE input)
1663
1663
  cs = lexer_start;
1664
1664
  }
1665
1665
 
1666
- #line 425 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1666
+ #line 425 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1667
1667
 
1668
1668
  #line 1669 "ext/gherkin_lexer_ru/gherkin_lexer_ru.c"
1669
1669
  {
@@ -1739,7 +1739,7 @@ _match:
1739
1739
  switch ( *_acts++ )
1740
1740
  {
1741
1741
  case 0:
1742
- #line 83 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1742
+ #line 83 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1743
1743
  {
1744
1744
  MARK(content_start, p);
1745
1745
  lexer->current_line = lexer->line_number;
@@ -1747,20 +1747,20 @@ _match:
1747
1747
  }
1748
1748
  break;
1749
1749
  case 1:
1750
- #line 89 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1750
+ #line 89 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1751
1751
  {
1752
1752
  MARK(content_start, p);
1753
1753
  }
1754
1754
  break;
1755
1755
  case 2:
1756
- #line 93 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1756
+ #line 93 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1757
1757
  {
1758
1758
  lexer->current_line = lexer->line_number;
1759
1759
  lexer->start_col = p - data - lexer->last_newline;
1760
1760
  }
1761
1761
  break;
1762
1762
  case 3:
1763
- #line 98 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1763
+ #line 98 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1764
1764
  {
1765
1765
  int len = LEN(content_start, PTR_TO(final_newline));
1766
1766
  int type_len = LEN(docstring_content_type_start, PTR_TO(docstring_content_type_end));
@@ -1772,49 +1772,49 @@ _match:
1772
1772
  }
1773
1773
  break;
1774
1774
  case 4:
1775
- #line 108 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1775
+ #line 108 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1776
1776
  {
1777
1777
  MARK(docstring_content_type_start, p);
1778
1778
  }
1779
1779
  break;
1780
1780
  case 5:
1781
- #line 112 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1781
+ #line 112 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1782
1782
  {
1783
1783
  MARK(docstring_content_type_end, p);
1784
1784
  }
1785
1785
  break;
1786
1786
  case 6:
1787
- #line 116 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1787
+ #line 116 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1788
1788
  {
1789
1789
  STORE_KW_END_CON(feature);
1790
1790
  }
1791
1791
  break;
1792
1792
  case 7:
1793
- #line 120 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1793
+ #line 120 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1794
1794
  {
1795
1795
  STORE_KW_END_CON(background);
1796
1796
  }
1797
1797
  break;
1798
1798
  case 8:
1799
- #line 124 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1799
+ #line 124 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1800
1800
  {
1801
1801
  STORE_KW_END_CON(scenario);
1802
1802
  }
1803
1803
  break;
1804
1804
  case 9:
1805
- #line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1805
+ #line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1806
1806
  {
1807
1807
  STORE_KW_END_CON(scenario_outline);
1808
1808
  }
1809
1809
  break;
1810
1810
  case 10:
1811
- #line 132 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1811
+ #line 132 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1812
1812
  {
1813
1813
  STORE_KW_END_CON(examples);
1814
1814
  }
1815
1815
  break;
1816
1816
  case 11:
1817
- #line 136 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1817
+ #line 136 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1818
1818
  {
1819
1819
  store_kw_con(listener, "step",
1820
1820
  PTR_TO(keyword_start), LEN(keyword_start, PTR_TO(keyword_end)),
@@ -1823,34 +1823,34 @@ _match:
1823
1823
  }
1824
1824
  break;
1825
1825
  case 12:
1826
- #line 143 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1826
+ #line 143 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1827
1827
  {
1828
1828
  STORE_ATTR(comment);
1829
1829
  lexer->mark = 0;
1830
1830
  }
1831
1831
  break;
1832
1832
  case 13:
1833
- #line 148 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1833
+ #line 148 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1834
1834
  {
1835
1835
  STORE_ATTR(tag);
1836
1836
  lexer->mark = 0;
1837
1837
  }
1838
1838
  break;
1839
1839
  case 14:
1840
- #line 153 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1840
+ #line 153 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1841
1841
  {
1842
1842
  lexer->line_number += 1;
1843
1843
  MARK(final_newline, p);
1844
1844
  }
1845
1845
  break;
1846
1846
  case 15:
1847
- #line 158 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1847
+ #line 158 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1848
1848
  {
1849
1849
  MARK(last_newline, p + 1);
1850
1850
  }
1851
1851
  break;
1852
1852
  case 16:
1853
- #line 162 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1853
+ #line 162 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1854
1854
  {
1855
1855
  if (lexer->mark == 0) {
1856
1856
  MARK(mark, p);
@@ -1858,7 +1858,7 @@ _match:
1858
1858
  }
1859
1859
  break;
1860
1860
  case 17:
1861
- #line 168 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1861
+ #line 168 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1862
1862
  {
1863
1863
  MARK(keyword_end, p);
1864
1864
  MARK(keyword_start, PTR_TO(mark));
@@ -1867,13 +1867,13 @@ _match:
1867
1867
  }
1868
1868
  break;
1869
1869
  case 18:
1870
- #line 175 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1870
+ #line 175 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1871
1871
  {
1872
1872
  MARK(content_end, p);
1873
1873
  }
1874
1874
  break;
1875
1875
  case 19:
1876
- #line 179 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1876
+ #line 179 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1877
1877
  {
1878
1878
  p = p - 1;
1879
1879
  lexer->current_line = lexer->line_number;
@@ -1881,13 +1881,13 @@ _match:
1881
1881
  }
1882
1882
  break;
1883
1883
  case 20:
1884
- #line 185 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1884
+ #line 185 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1885
1885
  {
1886
1886
  MARK(content_start, p);
1887
1887
  }
1888
1888
  break;
1889
1889
  case 21:
1890
- #line 189 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1890
+ #line 189 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1891
1891
  {
1892
1892
  VALUE re_pipe, re_newline, re_backslash;
1893
1893
  VALUE con = ENCODED_STR_NEW(PTR_TO(content_start), LEN(content_start, p));
@@ -1903,13 +1903,13 @@ _match:
1903
1903
  }
1904
1904
  break;
1905
1905
  case 22:
1906
- #line 203 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1906
+ #line 203 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1907
1907
  {
1908
1908
  rb_funcall(listener, rb_intern("row"), 2, current_row, INT2FIX(lexer->current_line));
1909
1909
  }
1910
1910
  break;
1911
1911
  case 23:
1912
- #line 207 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1912
+ #line 207 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1913
1913
  {
1914
1914
  int line;
1915
1915
  if (cs < lexer_first_final) {
@@ -1972,7 +1972,7 @@ _again:
1972
1972
  while ( __nacts-- > 0 ) {
1973
1973
  switch ( *__acts++ ) {
1974
1974
  case 23:
1975
- #line 207 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
1975
+ #line 207 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
1976
1976
  {
1977
1977
  int line;
1978
1978
  if (cs < lexer_first_final) {
@@ -2026,7 +2026,7 @@ _again:
2026
2026
  _out: {}
2027
2027
  }
2028
2028
 
2029
- #line 426 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ru.c.rl"
2029
+ #line 426 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/ru.c.rl"
2030
2030
 
2031
2031
  assert(p <= pe && "data overflow after parsing execute");
2032
2032
  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/sk.c.rl"
2
+ #line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.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/sk.c.rl"
83
+ #line 254 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
84
84
 
85
85
 
86
86
  /** Data **/
@@ -730,7 +730,7 @@ static const int lexer_error = 0;
730
730
  static const int lexer_en_main = 1;
731
731
 
732
732
 
733
- #line 258 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
733
+ #line 258 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
734
734
 
735
735
  static VALUE
736
736
  unindent(VALUE con, int start_col)
@@ -903,7 +903,7 @@ static VALUE CLexer_scan(VALUE self, VALUE input)
903
903
  cs = lexer_start;
904
904
  }
905
905
 
906
- #line 425 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
906
+ #line 425 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
907
907
 
908
908
  #line 909 "ext/gherkin_lexer_sk/gherkin_lexer_sk.c"
909
909
  {
@@ -979,7 +979,7 @@ _match:
979
979
  switch ( *_acts++ )
980
980
  {
981
981
  case 0:
982
- #line 83 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
982
+ #line 83 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
983
983
  {
984
984
  MARK(content_start, p);
985
985
  lexer->current_line = lexer->line_number;
@@ -987,20 +987,20 @@ _match:
987
987
  }
988
988
  break;
989
989
  case 1:
990
- #line 89 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
990
+ #line 89 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
991
991
  {
992
992
  MARK(content_start, p);
993
993
  }
994
994
  break;
995
995
  case 2:
996
- #line 93 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
996
+ #line 93 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
997
997
  {
998
998
  lexer->current_line = lexer->line_number;
999
999
  lexer->start_col = p - data - lexer->last_newline;
1000
1000
  }
1001
1001
  break;
1002
1002
  case 3:
1003
- #line 98 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
1003
+ #line 98 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
1004
1004
  {
1005
1005
  int len = LEN(content_start, PTR_TO(final_newline));
1006
1006
  int type_len = LEN(docstring_content_type_start, PTR_TO(docstring_content_type_end));
@@ -1012,49 +1012,49 @@ _match:
1012
1012
  }
1013
1013
  break;
1014
1014
  case 4:
1015
- #line 108 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
1015
+ #line 108 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
1016
1016
  {
1017
1017
  MARK(docstring_content_type_start, p);
1018
1018
  }
1019
1019
  break;
1020
1020
  case 5:
1021
- #line 112 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
1021
+ #line 112 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
1022
1022
  {
1023
1023
  MARK(docstring_content_type_end, p);
1024
1024
  }
1025
1025
  break;
1026
1026
  case 6:
1027
- #line 116 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
1027
+ #line 116 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
1028
1028
  {
1029
1029
  STORE_KW_END_CON(feature);
1030
1030
  }
1031
1031
  break;
1032
1032
  case 7:
1033
- #line 120 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
1033
+ #line 120 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
1034
1034
  {
1035
1035
  STORE_KW_END_CON(background);
1036
1036
  }
1037
1037
  break;
1038
1038
  case 8:
1039
- #line 124 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
1039
+ #line 124 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
1040
1040
  {
1041
1041
  STORE_KW_END_CON(scenario);
1042
1042
  }
1043
1043
  break;
1044
1044
  case 9:
1045
- #line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
1045
+ #line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
1046
1046
  {
1047
1047
  STORE_KW_END_CON(scenario_outline);
1048
1048
  }
1049
1049
  break;
1050
1050
  case 10:
1051
- #line 132 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
1051
+ #line 132 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
1052
1052
  {
1053
1053
  STORE_KW_END_CON(examples);
1054
1054
  }
1055
1055
  break;
1056
1056
  case 11:
1057
- #line 136 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
1057
+ #line 136 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
1058
1058
  {
1059
1059
  store_kw_con(listener, "step",
1060
1060
  PTR_TO(keyword_start), LEN(keyword_start, PTR_TO(keyword_end)),
@@ -1063,34 +1063,34 @@ _match:
1063
1063
  }
1064
1064
  break;
1065
1065
  case 12:
1066
- #line 143 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
1066
+ #line 143 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
1067
1067
  {
1068
1068
  STORE_ATTR(comment);
1069
1069
  lexer->mark = 0;
1070
1070
  }
1071
1071
  break;
1072
1072
  case 13:
1073
- #line 148 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
1073
+ #line 148 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
1074
1074
  {
1075
1075
  STORE_ATTR(tag);
1076
1076
  lexer->mark = 0;
1077
1077
  }
1078
1078
  break;
1079
1079
  case 14:
1080
- #line 153 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
1080
+ #line 153 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
1081
1081
  {
1082
1082
  lexer->line_number += 1;
1083
1083
  MARK(final_newline, p);
1084
1084
  }
1085
1085
  break;
1086
1086
  case 15:
1087
- #line 158 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
1087
+ #line 158 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
1088
1088
  {
1089
1089
  MARK(last_newline, p + 1);
1090
1090
  }
1091
1091
  break;
1092
1092
  case 16:
1093
- #line 162 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
1093
+ #line 162 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
1094
1094
  {
1095
1095
  if (lexer->mark == 0) {
1096
1096
  MARK(mark, p);
@@ -1098,7 +1098,7 @@ _match:
1098
1098
  }
1099
1099
  break;
1100
1100
  case 17:
1101
- #line 168 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
1101
+ #line 168 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
1102
1102
  {
1103
1103
  MARK(keyword_end, p);
1104
1104
  MARK(keyword_start, PTR_TO(mark));
@@ -1107,13 +1107,13 @@ _match:
1107
1107
  }
1108
1108
  break;
1109
1109
  case 18:
1110
- #line 175 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
1110
+ #line 175 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
1111
1111
  {
1112
1112
  MARK(content_end, p);
1113
1113
  }
1114
1114
  break;
1115
1115
  case 19:
1116
- #line 179 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
1116
+ #line 179 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
1117
1117
  {
1118
1118
  p = p - 1;
1119
1119
  lexer->current_line = lexer->line_number;
@@ -1121,13 +1121,13 @@ _match:
1121
1121
  }
1122
1122
  break;
1123
1123
  case 20:
1124
- #line 185 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
1124
+ #line 185 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
1125
1125
  {
1126
1126
  MARK(content_start, p);
1127
1127
  }
1128
1128
  break;
1129
1129
  case 21:
1130
- #line 189 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
1130
+ #line 189 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
1131
1131
  {
1132
1132
  VALUE re_pipe, re_newline, re_backslash;
1133
1133
  VALUE con = ENCODED_STR_NEW(PTR_TO(content_start), LEN(content_start, p));
@@ -1143,13 +1143,13 @@ _match:
1143
1143
  }
1144
1144
  break;
1145
1145
  case 22:
1146
- #line 203 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
1146
+ #line 203 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
1147
1147
  {
1148
1148
  rb_funcall(listener, rb_intern("row"), 2, current_row, INT2FIX(lexer->current_line));
1149
1149
  }
1150
1150
  break;
1151
1151
  case 23:
1152
- #line 207 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
1152
+ #line 207 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
1153
1153
  {
1154
1154
  int line;
1155
1155
  if (cs < lexer_first_final) {
@@ -1212,7 +1212,7 @@ _again:
1212
1212
  while ( __nacts-- > 0 ) {
1213
1213
  switch ( *__acts++ ) {
1214
1214
  case 23:
1215
- #line 207 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
1215
+ #line 207 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
1216
1216
  {
1217
1217
  int line;
1218
1218
  if (cs < lexer_first_final) {
@@ -1266,7 +1266,7 @@ _again:
1266
1266
  _out: {}
1267
1267
  }
1268
1268
 
1269
- #line 426 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sk.c.rl"
1269
+ #line 426 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sk.c.rl"
1270
1270
 
1271
1271
  assert(p <= pe && "data overflow after parsing execute");
1272
1272
  assert(lexer->content_start <= len && "content starts after data end");