gherkin 2.11.7 → 2.11.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. data/.ruby-gemset +1 -0
  2. data/.ruby-version +1 -0
  3. data/History.md +6 -0
  4. data/README.md +7 -9
  5. data/ext/gherkin_lexer_ar/gherkin_lexer_ar.c +494 -494
  6. data/ext/gherkin_lexer_bg/gherkin_lexer_bg.c +30 -30
  7. data/ext/gherkin_lexer_bm/gherkin_lexer_bm.c +30 -30
  8. data/ext/gherkin_lexer_ca/gherkin_lexer_ca.c +30 -30
  9. data/ext/gherkin_lexer_cs/gherkin_lexer_cs.c +30 -30
  10. data/ext/gherkin_lexer_cy_gb/gherkin_lexer_cy_gb.c +30 -30
  11. data/ext/gherkin_lexer_da/gherkin_lexer_da.c +30 -30
  12. data/ext/gherkin_lexer_de/gherkin_lexer_de.c +30 -30
  13. data/ext/gherkin_lexer_el/gherkin_lexer_el.c +30 -30
  14. data/ext/gherkin_lexer_en/gherkin_lexer_en.c +30 -30
  15. data/ext/gherkin_lexer_en_au/gherkin_lexer_en_au.c +30 -30
  16. data/ext/gherkin_lexer_en_lol/gherkin_lexer_en_lol.c +30 -30
  17. data/ext/gherkin_lexer_en_old/gherkin_lexer_en_old.c +30 -30
  18. data/ext/gherkin_lexer_en_pirate/gherkin_lexer_en_pirate.c +30 -30
  19. data/ext/gherkin_lexer_en_scouse/gherkin_lexer_en_scouse.c +30 -30
  20. data/ext/gherkin_lexer_en_tx/gherkin_lexer_en_tx.c +30 -30
  21. data/ext/gherkin_lexer_eo/gherkin_lexer_eo.c +30 -30
  22. data/ext/gherkin_lexer_es/gherkin_lexer_es.c +30 -30
  23. data/ext/gherkin_lexer_et/gherkin_lexer_et.c +30 -30
  24. data/ext/gherkin_lexer_fa/gherkin_lexer_fa.c +30 -30
  25. data/ext/gherkin_lexer_fi/gherkin_lexer_fi.c +30 -30
  26. data/ext/gherkin_lexer_fr/gherkin_lexer_fr.c +30 -30
  27. data/ext/gherkin_lexer_gl/extconf.rb +6 -0
  28. data/ext/gherkin_lexer_gl/gherkin_lexer_gl.c +1374 -0
  29. data/ext/gherkin_lexer_he/gherkin_lexer_he.c +30 -30
  30. data/ext/gherkin_lexer_hi/gherkin_lexer_hi.c +30 -30
  31. data/ext/gherkin_lexer_hr/gherkin_lexer_hr.c +30 -30
  32. data/ext/gherkin_lexer_hu/gherkin_lexer_hu.c +30 -30
  33. data/ext/gherkin_lexer_id/gherkin_lexer_id.c +30 -30
  34. data/ext/gherkin_lexer_is/gherkin_lexer_is.c +30 -30
  35. data/ext/gherkin_lexer_it/gherkin_lexer_it.c +30 -30
  36. data/ext/gherkin_lexer_ja/gherkin_lexer_ja.c +30 -30
  37. data/ext/gherkin_lexer_ko/gherkin_lexer_ko.c +30 -30
  38. data/ext/gherkin_lexer_lt/gherkin_lexer_lt.c +30 -30
  39. data/ext/gherkin_lexer_lu/gherkin_lexer_lu.c +30 -30
  40. data/ext/gherkin_lexer_lv/gherkin_lexer_lv.c +30 -30
  41. data/ext/gherkin_lexer_nl/gherkin_lexer_nl.c +30 -30
  42. data/ext/gherkin_lexer_no/gherkin_lexer_no.c +30 -30
  43. data/ext/gherkin_lexer_pl/gherkin_lexer_pl.c +30 -30
  44. data/ext/gherkin_lexer_pt/gherkin_lexer_pt.c +30 -30
  45. data/ext/gherkin_lexer_ro/gherkin_lexer_ro.c +30 -30
  46. data/ext/gherkin_lexer_ru/gherkin_lexer_ru.c +30 -30
  47. data/ext/gherkin_lexer_sk/gherkin_lexer_sk.c +30 -30
  48. data/ext/gherkin_lexer_sr_cyrl/gherkin_lexer_sr_cyrl.c +30 -30
  49. data/ext/gherkin_lexer_sr_latn/gherkin_lexer_sr_latn.c +614 -617
  50. data/ext/gherkin_lexer_sv/gherkin_lexer_sv.c +30 -30
  51. data/ext/gherkin_lexer_tl/gherkin_lexer_tl.c +30 -30
  52. data/ext/gherkin_lexer_tr/gherkin_lexer_tr.c +30 -30
  53. data/ext/gherkin_lexer_tt/gherkin_lexer_tt.c +30 -30
  54. data/ext/gherkin_lexer_uk/gherkin_lexer_uk.c +30 -30
  55. data/ext/gherkin_lexer_uz/gherkin_lexer_uz.c +614 -622
  56. data/ext/gherkin_lexer_vi/gherkin_lexer_vi.c +30 -30
  57. data/ext/gherkin_lexer_zh_cn/gherkin_lexer_zh_cn.c +30 -30
  58. data/ext/gherkin_lexer_zh_tw/gherkin_lexer_zh_tw.c +30 -30
  59. data/gherkin.gemspec +3 -3
  60. data/install_mingw_os_x.sh +3 -5
  61. data/lib/gherkin/i18n.json +14 -0
  62. data/lib/gherkin/i18n.rb +1 -0
  63. data/lib/gherkin/lexer/i18n_lexer.rb +3 -2
  64. data/lib/gherkin/parser/parser.rb +2 -2
  65. data/lib/gherkin/platform.rb +1 -1
  66. data/spec/gherkin/i18n_spec.rb +6 -0
  67. data/spec/gherkin/lexer/i18n_lexer_spec.rb +44 -26
  68. data/tasks/ragel_task.rb +3 -1
  69. data/tasks/rspec.rake +3 -0
  70. metadata +231 -137
  71. checksums.yaml +0 -15
  72. data/.rvmrc +0 -1
@@ -1,5 +1,5 @@
1
1
 
2
- #line 1 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
2
+ #line 1 "ragel/i18n/id.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 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
83
+ #line 254 "ragel/i18n/id.c.rl"
84
84
 
85
85
 
86
86
  /** Data **/
@@ -640,7 +640,7 @@ static const int lexer_error = 0;
640
640
  static const int lexer_en_main = 1;
641
641
 
642
642
 
643
- #line 258 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
643
+ #line 258 "ragel/i18n/id.c.rl"
644
644
 
645
645
  static VALUE
646
646
  unindent(VALUE con, int start_col)
@@ -813,7 +813,7 @@ static VALUE CLexer_scan(VALUE self, VALUE input)
813
813
  cs = lexer_start;
814
814
  }
815
815
 
816
- #line 425 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
816
+ #line 425 "ragel/i18n/id.c.rl"
817
817
 
818
818
  #line 819 "ext/gherkin_lexer_id/gherkin_lexer_id.c"
819
819
  {
@@ -889,7 +889,7 @@ _match:
889
889
  switch ( *_acts++ )
890
890
  {
891
891
  case 0:
892
- #line 83 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
892
+ #line 83 "ragel/i18n/id.c.rl"
893
893
  {
894
894
  MARK(content_start, p);
895
895
  lexer->current_line = lexer->line_number;
@@ -897,20 +897,20 @@ _match:
897
897
  }
898
898
  break;
899
899
  case 1:
900
- #line 89 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
900
+ #line 89 "ragel/i18n/id.c.rl"
901
901
  {
902
902
  MARK(content_start, p);
903
903
  }
904
904
  break;
905
905
  case 2:
906
- #line 93 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
906
+ #line 93 "ragel/i18n/id.c.rl"
907
907
  {
908
908
  lexer->current_line = lexer->line_number;
909
909
  lexer->start_col = p - data - lexer->last_newline;
910
910
  }
911
911
  break;
912
912
  case 3:
913
- #line 98 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
913
+ #line 98 "ragel/i18n/id.c.rl"
914
914
  {
915
915
  int len = LEN(content_start, PTR_TO(final_newline));
916
916
  int type_len = LEN(docstring_content_type_start, PTR_TO(docstring_content_type_end));
@@ -922,49 +922,49 @@ _match:
922
922
  }
923
923
  break;
924
924
  case 4:
925
- #line 108 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
925
+ #line 108 "ragel/i18n/id.c.rl"
926
926
  {
927
927
  MARK(docstring_content_type_start, p);
928
928
  }
929
929
  break;
930
930
  case 5:
931
- #line 112 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
931
+ #line 112 "ragel/i18n/id.c.rl"
932
932
  {
933
933
  MARK(docstring_content_type_end, p);
934
934
  }
935
935
  break;
936
936
  case 6:
937
- #line 116 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
937
+ #line 116 "ragel/i18n/id.c.rl"
938
938
  {
939
939
  STORE_KW_END_CON(feature);
940
940
  }
941
941
  break;
942
942
  case 7:
943
- #line 120 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
943
+ #line 120 "ragel/i18n/id.c.rl"
944
944
  {
945
945
  STORE_KW_END_CON(background);
946
946
  }
947
947
  break;
948
948
  case 8:
949
- #line 124 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
949
+ #line 124 "ragel/i18n/id.c.rl"
950
950
  {
951
951
  STORE_KW_END_CON(scenario);
952
952
  }
953
953
  break;
954
954
  case 9:
955
- #line 128 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
955
+ #line 128 "ragel/i18n/id.c.rl"
956
956
  {
957
957
  STORE_KW_END_CON(scenario_outline);
958
958
  }
959
959
  break;
960
960
  case 10:
961
- #line 132 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
961
+ #line 132 "ragel/i18n/id.c.rl"
962
962
  {
963
963
  STORE_KW_END_CON(examples);
964
964
  }
965
965
  break;
966
966
  case 11:
967
- #line 136 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
967
+ #line 136 "ragel/i18n/id.c.rl"
968
968
  {
969
969
  store_kw_con(listener, "step",
970
970
  PTR_TO(keyword_start), LEN(keyword_start, PTR_TO(keyword_end)),
@@ -973,34 +973,34 @@ _match:
973
973
  }
974
974
  break;
975
975
  case 12:
976
- #line 143 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
976
+ #line 143 "ragel/i18n/id.c.rl"
977
977
  {
978
978
  STORE_ATTR(comment);
979
979
  lexer->mark = 0;
980
980
  }
981
981
  break;
982
982
  case 13:
983
- #line 148 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
983
+ #line 148 "ragel/i18n/id.c.rl"
984
984
  {
985
985
  STORE_ATTR(tag);
986
986
  lexer->mark = 0;
987
987
  }
988
988
  break;
989
989
  case 14:
990
- #line 153 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
990
+ #line 153 "ragel/i18n/id.c.rl"
991
991
  {
992
992
  lexer->line_number += 1;
993
993
  MARK(final_newline, p);
994
994
  }
995
995
  break;
996
996
  case 15:
997
- #line 158 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
997
+ #line 158 "ragel/i18n/id.c.rl"
998
998
  {
999
999
  MARK(last_newline, p + 1);
1000
1000
  }
1001
1001
  break;
1002
1002
  case 16:
1003
- #line 162 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
1003
+ #line 162 "ragel/i18n/id.c.rl"
1004
1004
  {
1005
1005
  if (lexer->mark == 0) {
1006
1006
  MARK(mark, p);
@@ -1008,7 +1008,7 @@ _match:
1008
1008
  }
1009
1009
  break;
1010
1010
  case 17:
1011
- #line 168 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
1011
+ #line 168 "ragel/i18n/id.c.rl"
1012
1012
  {
1013
1013
  MARK(keyword_end, p);
1014
1014
  MARK(keyword_start, PTR_TO(mark));
@@ -1017,13 +1017,13 @@ _match:
1017
1017
  }
1018
1018
  break;
1019
1019
  case 18:
1020
- #line 175 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
1020
+ #line 175 "ragel/i18n/id.c.rl"
1021
1021
  {
1022
1022
  MARK(content_end, p);
1023
1023
  }
1024
1024
  break;
1025
1025
  case 19:
1026
- #line 179 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
1026
+ #line 179 "ragel/i18n/id.c.rl"
1027
1027
  {
1028
1028
  p = p - 1;
1029
1029
  lexer->current_line = lexer->line_number;
@@ -1031,13 +1031,13 @@ _match:
1031
1031
  }
1032
1032
  break;
1033
1033
  case 20:
1034
- #line 185 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
1034
+ #line 185 "ragel/i18n/id.c.rl"
1035
1035
  {
1036
1036
  MARK(content_start, p);
1037
1037
  }
1038
1038
  break;
1039
1039
  case 21:
1040
- #line 189 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
1040
+ #line 189 "ragel/i18n/id.c.rl"
1041
1041
  {
1042
1042
  VALUE re_pipe, re_newline, re_backslash;
1043
1043
  VALUE con = ENCODED_STR_NEW(PTR_TO(content_start), LEN(content_start, p));
@@ -1053,13 +1053,13 @@ _match:
1053
1053
  }
1054
1054
  break;
1055
1055
  case 22:
1056
- #line 203 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
1056
+ #line 203 "ragel/i18n/id.c.rl"
1057
1057
  {
1058
1058
  rb_funcall(listener, rb_intern("row"), 2, current_row, INT2FIX(lexer->current_line));
1059
1059
  }
1060
1060
  break;
1061
1061
  case 23:
1062
- #line 207 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
1062
+ #line 207 "ragel/i18n/id.c.rl"
1063
1063
  {
1064
1064
  int line;
1065
1065
  if (cs < lexer_first_final) {
@@ -1122,7 +1122,7 @@ _again:
1122
1122
  while ( __nacts-- > 0 ) {
1123
1123
  switch ( *__acts++ ) {
1124
1124
  case 23:
1125
- #line 207 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
1125
+ #line 207 "ragel/i18n/id.c.rl"
1126
1126
  {
1127
1127
  int line;
1128
1128
  if (cs < lexer_first_final) {
@@ -1176,7 +1176,7 @@ _again:
1176
1176
  _out: {}
1177
1177
  }
1178
1178
 
1179
- #line 426 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/id.c.rl"
1179
+ #line 426 "ragel/i18n/id.c.rl"
1180
1180
 
1181
1181
  assert(p <= pe && "data overflow after parsing execute");
1182
1182
  assert(lexer->content_start <= len && "content starts after data end");
@@ -1,5 +1,5 @@
1
1
 
2
- #line 1 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
2
+ #line 1 "ragel/i18n/is.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 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
83
+ #line 254 "ragel/i18n/is.c.rl"
84
84
 
85
85
 
86
86
  /** Data **/
@@ -808,7 +808,7 @@ static const int lexer_error = 0;
808
808
  static const int lexer_en_main = 1;
809
809
 
810
810
 
811
- #line 258 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
811
+ #line 258 "ragel/i18n/is.c.rl"
812
812
 
813
813
  static VALUE
814
814
  unindent(VALUE con, int start_col)
@@ -981,7 +981,7 @@ static VALUE CLexer_scan(VALUE self, VALUE input)
981
981
  cs = lexer_start;
982
982
  }
983
983
 
984
- #line 425 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
984
+ #line 425 "ragel/i18n/is.c.rl"
985
985
 
986
986
  #line 987 "ext/gherkin_lexer_is/gherkin_lexer_is.c"
987
987
  {
@@ -1057,7 +1057,7 @@ _match:
1057
1057
  switch ( *_acts++ )
1058
1058
  {
1059
1059
  case 0:
1060
- #line 83 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1060
+ #line 83 "ragel/i18n/is.c.rl"
1061
1061
  {
1062
1062
  MARK(content_start, p);
1063
1063
  lexer->current_line = lexer->line_number;
@@ -1065,20 +1065,20 @@ _match:
1065
1065
  }
1066
1066
  break;
1067
1067
  case 1:
1068
- #line 89 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1068
+ #line 89 "ragel/i18n/is.c.rl"
1069
1069
  {
1070
1070
  MARK(content_start, p);
1071
1071
  }
1072
1072
  break;
1073
1073
  case 2:
1074
- #line 93 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1074
+ #line 93 "ragel/i18n/is.c.rl"
1075
1075
  {
1076
1076
  lexer->current_line = lexer->line_number;
1077
1077
  lexer->start_col = p - data - lexer->last_newline;
1078
1078
  }
1079
1079
  break;
1080
1080
  case 3:
1081
- #line 98 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1081
+ #line 98 "ragel/i18n/is.c.rl"
1082
1082
  {
1083
1083
  int len = LEN(content_start, PTR_TO(final_newline));
1084
1084
  int type_len = LEN(docstring_content_type_start, PTR_TO(docstring_content_type_end));
@@ -1090,49 +1090,49 @@ _match:
1090
1090
  }
1091
1091
  break;
1092
1092
  case 4:
1093
- #line 108 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1093
+ #line 108 "ragel/i18n/is.c.rl"
1094
1094
  {
1095
1095
  MARK(docstring_content_type_start, p);
1096
1096
  }
1097
1097
  break;
1098
1098
  case 5:
1099
- #line 112 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1099
+ #line 112 "ragel/i18n/is.c.rl"
1100
1100
  {
1101
1101
  MARK(docstring_content_type_end, p);
1102
1102
  }
1103
1103
  break;
1104
1104
  case 6:
1105
- #line 116 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1105
+ #line 116 "ragel/i18n/is.c.rl"
1106
1106
  {
1107
1107
  STORE_KW_END_CON(feature);
1108
1108
  }
1109
1109
  break;
1110
1110
  case 7:
1111
- #line 120 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1111
+ #line 120 "ragel/i18n/is.c.rl"
1112
1112
  {
1113
1113
  STORE_KW_END_CON(background);
1114
1114
  }
1115
1115
  break;
1116
1116
  case 8:
1117
- #line 124 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1117
+ #line 124 "ragel/i18n/is.c.rl"
1118
1118
  {
1119
1119
  STORE_KW_END_CON(scenario);
1120
1120
  }
1121
1121
  break;
1122
1122
  case 9:
1123
- #line 128 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1123
+ #line 128 "ragel/i18n/is.c.rl"
1124
1124
  {
1125
1125
  STORE_KW_END_CON(scenario_outline);
1126
1126
  }
1127
1127
  break;
1128
1128
  case 10:
1129
- #line 132 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1129
+ #line 132 "ragel/i18n/is.c.rl"
1130
1130
  {
1131
1131
  STORE_KW_END_CON(examples);
1132
1132
  }
1133
1133
  break;
1134
1134
  case 11:
1135
- #line 136 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1135
+ #line 136 "ragel/i18n/is.c.rl"
1136
1136
  {
1137
1137
  store_kw_con(listener, "step",
1138
1138
  PTR_TO(keyword_start), LEN(keyword_start, PTR_TO(keyword_end)),
@@ -1141,34 +1141,34 @@ _match:
1141
1141
  }
1142
1142
  break;
1143
1143
  case 12:
1144
- #line 143 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1144
+ #line 143 "ragel/i18n/is.c.rl"
1145
1145
  {
1146
1146
  STORE_ATTR(comment);
1147
1147
  lexer->mark = 0;
1148
1148
  }
1149
1149
  break;
1150
1150
  case 13:
1151
- #line 148 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1151
+ #line 148 "ragel/i18n/is.c.rl"
1152
1152
  {
1153
1153
  STORE_ATTR(tag);
1154
1154
  lexer->mark = 0;
1155
1155
  }
1156
1156
  break;
1157
1157
  case 14:
1158
- #line 153 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1158
+ #line 153 "ragel/i18n/is.c.rl"
1159
1159
  {
1160
1160
  lexer->line_number += 1;
1161
1161
  MARK(final_newline, p);
1162
1162
  }
1163
1163
  break;
1164
1164
  case 15:
1165
- #line 158 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1165
+ #line 158 "ragel/i18n/is.c.rl"
1166
1166
  {
1167
1167
  MARK(last_newline, p + 1);
1168
1168
  }
1169
1169
  break;
1170
1170
  case 16:
1171
- #line 162 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1171
+ #line 162 "ragel/i18n/is.c.rl"
1172
1172
  {
1173
1173
  if (lexer->mark == 0) {
1174
1174
  MARK(mark, p);
@@ -1176,7 +1176,7 @@ _match:
1176
1176
  }
1177
1177
  break;
1178
1178
  case 17:
1179
- #line 168 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1179
+ #line 168 "ragel/i18n/is.c.rl"
1180
1180
  {
1181
1181
  MARK(keyword_end, p);
1182
1182
  MARK(keyword_start, PTR_TO(mark));
@@ -1185,13 +1185,13 @@ _match:
1185
1185
  }
1186
1186
  break;
1187
1187
  case 18:
1188
- #line 175 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1188
+ #line 175 "ragel/i18n/is.c.rl"
1189
1189
  {
1190
1190
  MARK(content_end, p);
1191
1191
  }
1192
1192
  break;
1193
1193
  case 19:
1194
- #line 179 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1194
+ #line 179 "ragel/i18n/is.c.rl"
1195
1195
  {
1196
1196
  p = p - 1;
1197
1197
  lexer->current_line = lexer->line_number;
@@ -1199,13 +1199,13 @@ _match:
1199
1199
  }
1200
1200
  break;
1201
1201
  case 20:
1202
- #line 185 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1202
+ #line 185 "ragel/i18n/is.c.rl"
1203
1203
  {
1204
1204
  MARK(content_start, p);
1205
1205
  }
1206
1206
  break;
1207
1207
  case 21:
1208
- #line 189 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1208
+ #line 189 "ragel/i18n/is.c.rl"
1209
1209
  {
1210
1210
  VALUE re_pipe, re_newline, re_backslash;
1211
1211
  VALUE con = ENCODED_STR_NEW(PTR_TO(content_start), LEN(content_start, p));
@@ -1221,13 +1221,13 @@ _match:
1221
1221
  }
1222
1222
  break;
1223
1223
  case 22:
1224
- #line 203 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1224
+ #line 203 "ragel/i18n/is.c.rl"
1225
1225
  {
1226
1226
  rb_funcall(listener, rb_intern("row"), 2, current_row, INT2FIX(lexer->current_line));
1227
1227
  }
1228
1228
  break;
1229
1229
  case 23:
1230
- #line 207 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1230
+ #line 207 "ragel/i18n/is.c.rl"
1231
1231
  {
1232
1232
  int line;
1233
1233
  if (cs < lexer_first_final) {
@@ -1290,7 +1290,7 @@ _again:
1290
1290
  while ( __nacts-- > 0 ) {
1291
1291
  switch ( *__acts++ ) {
1292
1292
  case 23:
1293
- #line 207 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1293
+ #line 207 "ragel/i18n/is.c.rl"
1294
1294
  {
1295
1295
  int line;
1296
1296
  if (cs < lexer_first_final) {
@@ -1344,7 +1344,7 @@ _again:
1344
1344
  _out: {}
1345
1345
  }
1346
1346
 
1347
- #line 426 "/home/son/work/github/cucumber/gherkin/tasks/../ragel/i18n/is.c.rl"
1347
+ #line 426 "ragel/i18n/is.c.rl"
1348
1348
 
1349
1349
  assert(p <= pe && "data overflow after parsing execute");
1350
1350
  assert(lexer->content_start <= len && "content starts after data end");