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/zh_cn.rb.rl"
2
+ # line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
3
3
  require 'gherkin/lexer/i18n_lexer'
4
4
 
5
5
  module Gherkin
6
6
  module RbLexer
7
7
  class Zh_cn #:nodoc:
8
8
 
9
- # line 123 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
9
+ # line 123 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
10
10
 
11
11
 
12
12
  def initialize(listener)
@@ -697,7 +697,7 @@ end
697
697
  self.lexer_en_main = 1;
698
698
 
699
699
 
700
- # line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
700
+ # line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
701
701
  end
702
702
 
703
703
  def scan(data)
@@ -715,7 +715,7 @@ begin
715
715
  cs = lexer_start
716
716
  end
717
717
 
718
- # line 138 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
718
+ # line 138 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
719
719
 
720
720
  # line 721 "lib/gherkin/rb_lexer/zh_cn.rb"
721
721
  begin
@@ -799,7 +799,7 @@ begin
799
799
  _acts += 1
800
800
  case _lexer_actions[_acts - 1]
801
801
  when 0 then
802
- # line 9 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
802
+ # line 9 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
803
803
  begin
804
804
 
805
805
  @content_start = p
@@ -807,32 +807,32 @@ when 0 then
807
807
  @start_col = p - @last_newline - "#{@keyword}:".length
808
808
  end
809
809
  when 1 then
810
- # line 15 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
810
+ # line 15 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
811
811
  begin
812
812
 
813
813
  @current_line = @line_number
814
814
  @start_col = p - @last_newline
815
815
  end
816
816
  when 2 then
817
- # line 20 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
817
+ # line 20 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
818
818
  begin
819
819
 
820
820
  @content_start = p
821
821
  end
822
822
  when 3 then
823
- # line 24 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
823
+ # line 24 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
824
824
  begin
825
825
 
826
826
  @docstring_content_type_start = p
827
827
  end
828
828
  when 4 then
829
- # line 27 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
829
+ # line 27 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
830
830
  begin
831
831
 
832
832
  @docstring_content_type_end = p
833
833
  end
834
834
  when 5 then
835
- # line 31 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
835
+ # line 31 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
836
836
  begin
837
837
 
838
838
  con = unindent(@start_col, utf8_pack(data[@content_start...@next_keyword_start-1]).sub(/(\r?\n)?([\t ])*\Z/, '').gsub(/\\"\\"\\"/, '"""'))
@@ -840,44 +840,44 @@ when 5 then
840
840
  @listener.doc_string(con_type, con, @current_line)
841
841
  end
842
842
  when 6 then
843
- # line 36 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
843
+ # line 36 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
844
844
  begin
845
845
 
846
846
  p = store_keyword_content(:feature, data, p, eof)
847
847
  end
848
848
  when 7 then
849
- # line 40 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
849
+ # line 40 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
850
850
  begin
851
851
 
852
852
  p = store_keyword_content(:background, data, p, eof)
853
853
  end
854
854
  when 8 then
855
- # line 44 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
855
+ # line 44 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
856
856
  begin
857
857
 
858
858
  p = store_keyword_content(:scenario, data, p, eof)
859
859
  end
860
860
  when 9 then
861
- # line 48 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
861
+ # line 48 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
862
862
  begin
863
863
 
864
864
  p = store_keyword_content(:scenario_outline, data, p, eof)
865
865
  end
866
866
  when 10 then
867
- # line 52 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
867
+ # line 52 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
868
868
  begin
869
869
 
870
870
  p = store_keyword_content(:examples, data, p, eof)
871
871
  end
872
872
  when 11 then
873
- # line 56 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
873
+ # line 56 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
874
874
  begin
875
875
 
876
876
  con = utf8_pack(data[@content_start...p]).strip
877
877
  @listener.step(@keyword, con, @current_line)
878
878
  end
879
879
  when 12 then
880
- # line 61 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
880
+ # line 61 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
881
881
  begin
882
882
 
883
883
  con = utf8_pack(data[@content_start...p]).strip
@@ -885,7 +885,7 @@ when 12 then
885
885
  @keyword_start = nil
886
886
  end
887
887
  when 13 then
888
- # line 67 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
888
+ # line 67 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
889
889
  begin
890
890
 
891
891
  con = utf8_pack(data[@content_start...p]).strip
@@ -893,38 +893,38 @@ when 13 then
893
893
  @keyword_start = nil
894
894
  end
895
895
  when 14 then
896
- # line 73 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
896
+ # line 73 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
897
897
  begin
898
898
 
899
899
  @line_number += 1
900
900
  end
901
901
  when 15 then
902
- # line 77 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
902
+ # line 77 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
903
903
  begin
904
904
 
905
905
  @last_newline = p + 1
906
906
  end
907
907
  when 16 then
908
- # line 81 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
908
+ # line 81 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
909
909
  begin
910
910
 
911
911
  @keyword_start ||= p
912
912
  end
913
913
  when 17 then
914
- # line 85 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
914
+ # line 85 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
915
915
  begin
916
916
 
917
917
  @keyword = utf8_pack(data[@keyword_start...p]).sub(/:$/,'')
918
918
  @keyword_start = nil
919
919
  end
920
920
  when 18 then
921
- # line 90 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
921
+ # line 90 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
922
922
  begin
923
923
 
924
924
  @next_keyword_start = p
925
925
  end
926
926
  when 19 then
927
- # line 94 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
927
+ # line 94 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
928
928
  begin
929
929
 
930
930
  p = p - 1
@@ -932,26 +932,26 @@ when 19 then
932
932
  @current_line = @line_number
933
933
  end
934
934
  when 20 then
935
- # line 100 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
935
+ # line 100 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
936
936
  begin
937
937
 
938
938
  @content_start = p
939
939
  end
940
940
  when 21 then
941
- # line 104 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
941
+ # line 104 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
942
942
  begin
943
943
 
944
944
  con = utf8_pack(data[@content_start...p]).strip
945
945
  current_row << con.gsub(/\\\|/, "|").gsub(/\\n/, "\n").gsub(/\\\\/, "\\")
946
946
  end
947
947
  when 22 then
948
- # line 109 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
948
+ # line 109 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
949
949
  begin
950
950
 
951
951
  @listener.row(current_row, @current_line)
952
952
  end
953
953
  when 23 then
954
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
954
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
955
955
  begin
956
956
 
957
957
  if cs < lexer_first_final
@@ -990,7 +990,7 @@ when 23 then
990
990
  __acts += 1
991
991
  case _lexer_actions[__acts - 1]
992
992
  when 23 then
993
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
993
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
994
994
  begin
995
995
 
996
996
  if cs < lexer_first_final
@@ -1014,7 +1014,7 @@ end
1014
1014
  end
1015
1015
  end
1016
1016
 
1017
- # line 139 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
1017
+ # line 139 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_cn.rb.rl"
1018
1018
  end
1019
1019
 
1020
1020
  def unindent(startcol, text)
@@ -1,12 +1,12 @@
1
1
 
2
- # line 1 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
2
+ # line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
3
3
  require 'gherkin/lexer/i18n_lexer'
4
4
 
5
5
  module Gherkin
6
6
  module RbLexer
7
7
  class Zh_tw #:nodoc:
8
8
 
9
- # line 123 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
9
+ # line 123 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
10
10
 
11
11
 
12
12
  def initialize(listener)
@@ -691,7 +691,7 @@ end
691
691
  self.lexer_en_main = 1;
692
692
 
693
693
 
694
- # line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
694
+ # line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
695
695
  end
696
696
 
697
697
  def scan(data)
@@ -709,7 +709,7 @@ begin
709
709
  cs = lexer_start
710
710
  end
711
711
 
712
- # line 138 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
712
+ # line 138 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
713
713
 
714
714
  # line 715 "lib/gherkin/rb_lexer/zh_tw.rb"
715
715
  begin
@@ -793,7 +793,7 @@ begin
793
793
  _acts += 1
794
794
  case _lexer_actions[_acts - 1]
795
795
  when 0 then
796
- # line 9 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
796
+ # line 9 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
797
797
  begin
798
798
 
799
799
  @content_start = p
@@ -801,32 +801,32 @@ when 0 then
801
801
  @start_col = p - @last_newline - "#{@keyword}:".length
802
802
  end
803
803
  when 1 then
804
- # line 15 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
804
+ # line 15 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
805
805
  begin
806
806
 
807
807
  @current_line = @line_number
808
808
  @start_col = p - @last_newline
809
809
  end
810
810
  when 2 then
811
- # line 20 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
811
+ # line 20 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
812
812
  begin
813
813
 
814
814
  @content_start = p
815
815
  end
816
816
  when 3 then
817
- # line 24 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
817
+ # line 24 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
818
818
  begin
819
819
 
820
820
  @docstring_content_type_start = p
821
821
  end
822
822
  when 4 then
823
- # line 27 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
823
+ # line 27 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
824
824
  begin
825
825
 
826
826
  @docstring_content_type_end = p
827
827
  end
828
828
  when 5 then
829
- # line 31 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
829
+ # line 31 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
830
830
  begin
831
831
 
832
832
  con = unindent(@start_col, utf8_pack(data[@content_start...@next_keyword_start-1]).sub(/(\r?\n)?([\t ])*\Z/, '').gsub(/\\"\\"\\"/, '"""'))
@@ -834,44 +834,44 @@ when 5 then
834
834
  @listener.doc_string(con_type, con, @current_line)
835
835
  end
836
836
  when 6 then
837
- # line 36 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
837
+ # line 36 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
838
838
  begin
839
839
 
840
840
  p = store_keyword_content(:feature, data, p, eof)
841
841
  end
842
842
  when 7 then
843
- # line 40 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
843
+ # line 40 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
844
844
  begin
845
845
 
846
846
  p = store_keyword_content(:background, data, p, eof)
847
847
  end
848
848
  when 8 then
849
- # line 44 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
849
+ # line 44 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
850
850
  begin
851
851
 
852
852
  p = store_keyword_content(:scenario, data, p, eof)
853
853
  end
854
854
  when 9 then
855
- # line 48 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
855
+ # line 48 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
856
856
  begin
857
857
 
858
858
  p = store_keyword_content(:scenario_outline, data, p, eof)
859
859
  end
860
860
  when 10 then
861
- # line 52 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
861
+ # line 52 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
862
862
  begin
863
863
 
864
864
  p = store_keyword_content(:examples, data, p, eof)
865
865
  end
866
866
  when 11 then
867
- # line 56 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
867
+ # line 56 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
868
868
  begin
869
869
 
870
870
  con = utf8_pack(data[@content_start...p]).strip
871
871
  @listener.step(@keyword, con, @current_line)
872
872
  end
873
873
  when 12 then
874
- # line 61 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
874
+ # line 61 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
875
875
  begin
876
876
 
877
877
  con = utf8_pack(data[@content_start...p]).strip
@@ -879,7 +879,7 @@ when 12 then
879
879
  @keyword_start = nil
880
880
  end
881
881
  when 13 then
882
- # line 67 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
882
+ # line 67 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
883
883
  begin
884
884
 
885
885
  con = utf8_pack(data[@content_start...p]).strip
@@ -887,38 +887,38 @@ when 13 then
887
887
  @keyword_start = nil
888
888
  end
889
889
  when 14 then
890
- # line 73 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
890
+ # line 73 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
891
891
  begin
892
892
 
893
893
  @line_number += 1
894
894
  end
895
895
  when 15 then
896
- # line 77 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
896
+ # line 77 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
897
897
  begin
898
898
 
899
899
  @last_newline = p + 1
900
900
  end
901
901
  when 16 then
902
- # line 81 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
902
+ # line 81 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
903
903
  begin
904
904
 
905
905
  @keyword_start ||= p
906
906
  end
907
907
  when 17 then
908
- # line 85 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
908
+ # line 85 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
909
909
  begin
910
910
 
911
911
  @keyword = utf8_pack(data[@keyword_start...p]).sub(/:$/,'')
912
912
  @keyword_start = nil
913
913
  end
914
914
  when 18 then
915
- # line 90 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
915
+ # line 90 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
916
916
  begin
917
917
 
918
918
  @next_keyword_start = p
919
919
  end
920
920
  when 19 then
921
- # line 94 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
921
+ # line 94 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
922
922
  begin
923
923
 
924
924
  p = p - 1
@@ -926,26 +926,26 @@ when 19 then
926
926
  @current_line = @line_number
927
927
  end
928
928
  when 20 then
929
- # line 100 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
929
+ # line 100 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
930
930
  begin
931
931
 
932
932
  @content_start = p
933
933
  end
934
934
  when 21 then
935
- # line 104 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
935
+ # line 104 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
936
936
  begin
937
937
 
938
938
  con = utf8_pack(data[@content_start...p]).strip
939
939
  current_row << con.gsub(/\\\|/, "|").gsub(/\\n/, "\n").gsub(/\\\\/, "\\")
940
940
  end
941
941
  when 22 then
942
- # line 109 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
942
+ # line 109 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
943
943
  begin
944
944
 
945
945
  @listener.row(current_row, @current_line)
946
946
  end
947
947
  when 23 then
948
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
948
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
949
949
  begin
950
950
 
951
951
  if cs < lexer_first_final
@@ -984,7 +984,7 @@ when 23 then
984
984
  __acts += 1
985
985
  case _lexer_actions[__acts - 1]
986
986
  when 23 then
987
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
987
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
988
988
  begin
989
989
 
990
990
  if cs < lexer_first_final
@@ -1008,7 +1008,7 @@ end
1008
1008
  end
1009
1009
  end
1010
1010
 
1011
- # line 139 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
1011
+ # line 139 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/zh_tw.rb.rl"
1012
1012
  end
1013
1013
 
1014
1014
  def unindent(startcol, text)