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,12 +1,12 @@
1
1
 
2
- # line 1 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
2
+ # line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
3
3
  require 'gherkin/lexer/i18n_lexer'
4
4
 
5
5
  module Gherkin
6
6
  module RbLexer
7
7
  class Cs #:nodoc:
8
8
 
9
- # line 123 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
9
+ # line 123 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
10
10
 
11
11
 
12
12
  def initialize(listener)
@@ -801,7 +801,7 @@ end
801
801
  self.lexer_en_main = 1;
802
802
 
803
803
 
804
- # line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
804
+ # line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
805
805
  end
806
806
 
807
807
  def scan(data)
@@ -819,7 +819,7 @@ begin
819
819
  cs = lexer_start
820
820
  end
821
821
 
822
- # line 138 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
822
+ # line 138 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
823
823
 
824
824
  # line 825 "lib/gherkin/rb_lexer/cs.rb"
825
825
  begin
@@ -903,7 +903,7 @@ begin
903
903
  _acts += 1
904
904
  case _lexer_actions[_acts - 1]
905
905
  when 0 then
906
- # line 9 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
906
+ # line 9 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
907
907
  begin
908
908
 
909
909
  @content_start = p
@@ -911,32 +911,32 @@ when 0 then
911
911
  @start_col = p - @last_newline - "#{@keyword}:".length
912
912
  end
913
913
  when 1 then
914
- # line 15 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
914
+ # line 15 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
915
915
  begin
916
916
 
917
917
  @current_line = @line_number
918
918
  @start_col = p - @last_newline
919
919
  end
920
920
  when 2 then
921
- # line 20 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
921
+ # line 20 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
922
922
  begin
923
923
 
924
924
  @content_start = p
925
925
  end
926
926
  when 3 then
927
- # line 24 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
927
+ # line 24 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
928
928
  begin
929
929
 
930
930
  @docstring_content_type_start = p
931
931
  end
932
932
  when 4 then
933
- # line 27 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
933
+ # line 27 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
934
934
  begin
935
935
 
936
936
  @docstring_content_type_end = p
937
937
  end
938
938
  when 5 then
939
- # line 31 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
939
+ # line 31 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
940
940
  begin
941
941
 
942
942
  con = unindent(@start_col, utf8_pack(data[@content_start...@next_keyword_start-1]).sub(/(\r?\n)?([\t ])*\Z/, '').gsub(/\\"\\"\\"/, '"""'))
@@ -944,44 +944,44 @@ when 5 then
944
944
  @listener.doc_string(con_type, con, @current_line)
945
945
  end
946
946
  when 6 then
947
- # line 36 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
947
+ # line 36 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
948
948
  begin
949
949
 
950
950
  p = store_keyword_content(:feature, data, p, eof)
951
951
  end
952
952
  when 7 then
953
- # line 40 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
953
+ # line 40 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
954
954
  begin
955
955
 
956
956
  p = store_keyword_content(:background, data, p, eof)
957
957
  end
958
958
  when 8 then
959
- # line 44 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
959
+ # line 44 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
960
960
  begin
961
961
 
962
962
  p = store_keyword_content(:scenario, data, p, eof)
963
963
  end
964
964
  when 9 then
965
- # line 48 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
965
+ # line 48 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
966
966
  begin
967
967
 
968
968
  p = store_keyword_content(:scenario_outline, data, p, eof)
969
969
  end
970
970
  when 10 then
971
- # line 52 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
971
+ # line 52 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
972
972
  begin
973
973
 
974
974
  p = store_keyword_content(:examples, data, p, eof)
975
975
  end
976
976
  when 11 then
977
- # line 56 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
977
+ # line 56 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
978
978
  begin
979
979
 
980
980
  con = utf8_pack(data[@content_start...p]).strip
981
981
  @listener.step(@keyword, con, @current_line)
982
982
  end
983
983
  when 12 then
984
- # line 61 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
984
+ # line 61 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
985
985
  begin
986
986
 
987
987
  con = utf8_pack(data[@content_start...p]).strip
@@ -989,7 +989,7 @@ when 12 then
989
989
  @keyword_start = nil
990
990
  end
991
991
  when 13 then
992
- # line 67 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
992
+ # line 67 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
993
993
  begin
994
994
 
995
995
  con = utf8_pack(data[@content_start...p]).strip
@@ -997,38 +997,38 @@ when 13 then
997
997
  @keyword_start = nil
998
998
  end
999
999
  when 14 then
1000
- # line 73 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
1000
+ # line 73 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
1001
1001
  begin
1002
1002
 
1003
1003
  @line_number += 1
1004
1004
  end
1005
1005
  when 15 then
1006
- # line 77 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
1006
+ # line 77 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
1007
1007
  begin
1008
1008
 
1009
1009
  @last_newline = p + 1
1010
1010
  end
1011
1011
  when 16 then
1012
- # line 81 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
1012
+ # line 81 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
1013
1013
  begin
1014
1014
 
1015
1015
  @keyword_start ||= p
1016
1016
  end
1017
1017
  when 17 then
1018
- # line 85 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
1018
+ # line 85 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
1019
1019
  begin
1020
1020
 
1021
1021
  @keyword = utf8_pack(data[@keyword_start...p]).sub(/:$/,'')
1022
1022
  @keyword_start = nil
1023
1023
  end
1024
1024
  when 18 then
1025
- # line 90 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
1025
+ # line 90 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
1026
1026
  begin
1027
1027
 
1028
1028
  @next_keyword_start = p
1029
1029
  end
1030
1030
  when 19 then
1031
- # line 94 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
1031
+ # line 94 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
1032
1032
  begin
1033
1033
 
1034
1034
  p = p - 1
@@ -1036,26 +1036,26 @@ when 19 then
1036
1036
  @current_line = @line_number
1037
1037
  end
1038
1038
  when 20 then
1039
- # line 100 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
1039
+ # line 100 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
1040
1040
  begin
1041
1041
 
1042
1042
  @content_start = p
1043
1043
  end
1044
1044
  when 21 then
1045
- # line 104 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
1045
+ # line 104 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
1046
1046
  begin
1047
1047
 
1048
1048
  con = utf8_pack(data[@content_start...p]).strip
1049
1049
  current_row << con.gsub(/\\\|/, "|").gsub(/\\n/, "\n").gsub(/\\\\/, "\\")
1050
1050
  end
1051
1051
  when 22 then
1052
- # line 109 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
1052
+ # line 109 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
1053
1053
  begin
1054
1054
 
1055
1055
  @listener.row(current_row, @current_line)
1056
1056
  end
1057
1057
  when 23 then
1058
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
1058
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
1059
1059
  begin
1060
1060
 
1061
1061
  if cs < lexer_first_final
@@ -1094,7 +1094,7 @@ when 23 then
1094
1094
  __acts += 1
1095
1095
  case _lexer_actions[__acts - 1]
1096
1096
  when 23 then
1097
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
1097
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
1098
1098
  begin
1099
1099
 
1100
1100
  if cs < lexer_first_final
@@ -1118,7 +1118,7 @@ end
1118
1118
  end
1119
1119
  end
1120
1120
 
1121
- # line 139 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cs.rb.rl"
1121
+ # line 139 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cs.rb.rl"
1122
1122
  end
1123
1123
 
1124
1124
  def unindent(startcol, text)
@@ -1,12 +1,12 @@
1
1
 
2
- # line 1 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
2
+ # line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
3
3
  require 'gherkin/lexer/i18n_lexer'
4
4
 
5
5
  module Gherkin
6
6
  module RbLexer
7
7
  class Cy_gb #:nodoc:
8
8
 
9
- # line 123 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
9
+ # line 123 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
10
10
 
11
11
 
12
12
  def initialize(listener)
@@ -671,7 +671,7 @@ end
671
671
  self.lexer_en_main = 1;
672
672
 
673
673
 
674
- # line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
674
+ # line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
675
675
  end
676
676
 
677
677
  def scan(data)
@@ -689,7 +689,7 @@ begin
689
689
  cs = lexer_start
690
690
  end
691
691
 
692
- # line 138 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
692
+ # line 138 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
693
693
 
694
694
  # line 695 "lib/gherkin/rb_lexer/cy_gb.rb"
695
695
  begin
@@ -773,7 +773,7 @@ begin
773
773
  _acts += 1
774
774
  case _lexer_actions[_acts - 1]
775
775
  when 0 then
776
- # line 9 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
776
+ # line 9 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
777
777
  begin
778
778
 
779
779
  @content_start = p
@@ -781,32 +781,32 @@ when 0 then
781
781
  @start_col = p - @last_newline - "#{@keyword}:".length
782
782
  end
783
783
  when 1 then
784
- # line 15 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
784
+ # line 15 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
785
785
  begin
786
786
 
787
787
  @current_line = @line_number
788
788
  @start_col = p - @last_newline
789
789
  end
790
790
  when 2 then
791
- # line 20 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
791
+ # line 20 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
792
792
  begin
793
793
 
794
794
  @content_start = p
795
795
  end
796
796
  when 3 then
797
- # line 24 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
797
+ # line 24 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
798
798
  begin
799
799
 
800
800
  @docstring_content_type_start = p
801
801
  end
802
802
  when 4 then
803
- # line 27 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
803
+ # line 27 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
804
804
  begin
805
805
 
806
806
  @docstring_content_type_end = p
807
807
  end
808
808
  when 5 then
809
- # line 31 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
809
+ # line 31 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
810
810
  begin
811
811
 
812
812
  con = unindent(@start_col, utf8_pack(data[@content_start...@next_keyword_start-1]).sub(/(\r?\n)?([\t ])*\Z/, '').gsub(/\\"\\"\\"/, '"""'))
@@ -814,44 +814,44 @@ when 5 then
814
814
  @listener.doc_string(con_type, con, @current_line)
815
815
  end
816
816
  when 6 then
817
- # line 36 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
817
+ # line 36 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
818
818
  begin
819
819
 
820
820
  p = store_keyword_content(:feature, data, p, eof)
821
821
  end
822
822
  when 7 then
823
- # line 40 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
823
+ # line 40 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
824
824
  begin
825
825
 
826
826
  p = store_keyword_content(:background, data, p, eof)
827
827
  end
828
828
  when 8 then
829
- # line 44 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
829
+ # line 44 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
830
830
  begin
831
831
 
832
832
  p = store_keyword_content(:scenario, data, p, eof)
833
833
  end
834
834
  when 9 then
835
- # line 48 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
835
+ # line 48 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
836
836
  begin
837
837
 
838
838
  p = store_keyword_content(:scenario_outline, data, p, eof)
839
839
  end
840
840
  when 10 then
841
- # line 52 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
841
+ # line 52 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
842
842
  begin
843
843
 
844
844
  p = store_keyword_content(:examples, data, p, eof)
845
845
  end
846
846
  when 11 then
847
- # line 56 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
847
+ # line 56 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
848
848
  begin
849
849
 
850
850
  con = utf8_pack(data[@content_start...p]).strip
851
851
  @listener.step(@keyword, con, @current_line)
852
852
  end
853
853
  when 12 then
854
- # line 61 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
854
+ # line 61 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
855
855
  begin
856
856
 
857
857
  con = utf8_pack(data[@content_start...p]).strip
@@ -859,7 +859,7 @@ when 12 then
859
859
  @keyword_start = nil
860
860
  end
861
861
  when 13 then
862
- # line 67 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
862
+ # line 67 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
863
863
  begin
864
864
 
865
865
  con = utf8_pack(data[@content_start...p]).strip
@@ -867,38 +867,38 @@ when 13 then
867
867
  @keyword_start = nil
868
868
  end
869
869
  when 14 then
870
- # line 73 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
870
+ # line 73 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
871
871
  begin
872
872
 
873
873
  @line_number += 1
874
874
  end
875
875
  when 15 then
876
- # line 77 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
876
+ # line 77 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
877
877
  begin
878
878
 
879
879
  @last_newline = p + 1
880
880
  end
881
881
  when 16 then
882
- # line 81 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
882
+ # line 81 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
883
883
  begin
884
884
 
885
885
  @keyword_start ||= p
886
886
  end
887
887
  when 17 then
888
- # line 85 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
888
+ # line 85 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
889
889
  begin
890
890
 
891
891
  @keyword = utf8_pack(data[@keyword_start...p]).sub(/:$/,'')
892
892
  @keyword_start = nil
893
893
  end
894
894
  when 18 then
895
- # line 90 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
895
+ # line 90 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
896
896
  begin
897
897
 
898
898
  @next_keyword_start = p
899
899
  end
900
900
  when 19 then
901
- # line 94 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
901
+ # line 94 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
902
902
  begin
903
903
 
904
904
  p = p - 1
@@ -906,26 +906,26 @@ when 19 then
906
906
  @current_line = @line_number
907
907
  end
908
908
  when 20 then
909
- # line 100 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
909
+ # line 100 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
910
910
  begin
911
911
 
912
912
  @content_start = p
913
913
  end
914
914
  when 21 then
915
- # line 104 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
915
+ # line 104 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
916
916
  begin
917
917
 
918
918
  con = utf8_pack(data[@content_start...p]).strip
919
919
  current_row << con.gsub(/\\\|/, "|").gsub(/\\n/, "\n").gsub(/\\\\/, "\\")
920
920
  end
921
921
  when 22 then
922
- # line 109 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
922
+ # line 109 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
923
923
  begin
924
924
 
925
925
  @listener.row(current_row, @current_line)
926
926
  end
927
927
  when 23 then
928
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
928
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
929
929
  begin
930
930
 
931
931
  if cs < lexer_first_final
@@ -964,7 +964,7 @@ when 23 then
964
964
  __acts += 1
965
965
  case _lexer_actions[__acts - 1]
966
966
  when 23 then
967
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
967
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
968
968
  begin
969
969
 
970
970
  if cs < lexer_first_final
@@ -988,7 +988,7 @@ end
988
988
  end
989
989
  end
990
990
 
991
- # line 139 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
991
+ # line 139 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/cy_gb.rb.rl"
992
992
  end
993
993
 
994
994
  def unindent(startcol, text)