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/eo.rb.rl"
2
+ # line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
3
3
  require 'gherkin/lexer/i18n_lexer'
4
4
 
5
5
  module Gherkin
6
6
  module RbLexer
7
7
  class Eo #:nodoc:
8
8
 
9
- # line 123 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
9
+ # line 123 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
10
10
 
11
11
 
12
12
  def initialize(listener)
@@ -634,7 +634,7 @@ end
634
634
  self.lexer_en_main = 1;
635
635
 
636
636
 
637
- # line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
637
+ # line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
638
638
  end
639
639
 
640
640
  def scan(data)
@@ -652,7 +652,7 @@ begin
652
652
  cs = lexer_start
653
653
  end
654
654
 
655
- # line 138 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
655
+ # line 138 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
656
656
 
657
657
  # line 658 "lib/gherkin/rb_lexer/eo.rb"
658
658
  begin
@@ -736,7 +736,7 @@ begin
736
736
  _acts += 1
737
737
  case _lexer_actions[_acts - 1]
738
738
  when 0 then
739
- # line 9 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
739
+ # line 9 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
740
740
  begin
741
741
 
742
742
  @content_start = p
@@ -744,32 +744,32 @@ when 0 then
744
744
  @start_col = p - @last_newline - "#{@keyword}:".length
745
745
  end
746
746
  when 1 then
747
- # line 15 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
747
+ # line 15 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
748
748
  begin
749
749
 
750
750
  @current_line = @line_number
751
751
  @start_col = p - @last_newline
752
752
  end
753
753
  when 2 then
754
- # line 20 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
754
+ # line 20 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
755
755
  begin
756
756
 
757
757
  @content_start = p
758
758
  end
759
759
  when 3 then
760
- # line 24 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
760
+ # line 24 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
761
761
  begin
762
762
 
763
763
  @docstring_content_type_start = p
764
764
  end
765
765
  when 4 then
766
- # line 27 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
766
+ # line 27 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
767
767
  begin
768
768
 
769
769
  @docstring_content_type_end = p
770
770
  end
771
771
  when 5 then
772
- # line 31 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
772
+ # line 31 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
773
773
  begin
774
774
 
775
775
  con = unindent(@start_col, utf8_pack(data[@content_start...@next_keyword_start-1]).sub(/(\r?\n)?([\t ])*\Z/, '').gsub(/\\"\\"\\"/, '"""'))
@@ -777,44 +777,44 @@ when 5 then
777
777
  @listener.doc_string(con_type, con, @current_line)
778
778
  end
779
779
  when 6 then
780
- # line 36 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
780
+ # line 36 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
781
781
  begin
782
782
 
783
783
  p = store_keyword_content(:feature, data, p, eof)
784
784
  end
785
785
  when 7 then
786
- # line 40 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
786
+ # line 40 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
787
787
  begin
788
788
 
789
789
  p = store_keyword_content(:background, data, p, eof)
790
790
  end
791
791
  when 8 then
792
- # line 44 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
792
+ # line 44 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
793
793
  begin
794
794
 
795
795
  p = store_keyword_content(:scenario, data, p, eof)
796
796
  end
797
797
  when 9 then
798
- # line 48 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
798
+ # line 48 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
799
799
  begin
800
800
 
801
801
  p = store_keyword_content(:scenario_outline, data, p, eof)
802
802
  end
803
803
  when 10 then
804
- # line 52 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
804
+ # line 52 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
805
805
  begin
806
806
 
807
807
  p = store_keyword_content(:examples, data, p, eof)
808
808
  end
809
809
  when 11 then
810
- # line 56 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
810
+ # line 56 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
811
811
  begin
812
812
 
813
813
  con = utf8_pack(data[@content_start...p]).strip
814
814
  @listener.step(@keyword, con, @current_line)
815
815
  end
816
816
  when 12 then
817
- # line 61 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
817
+ # line 61 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
818
818
  begin
819
819
 
820
820
  con = utf8_pack(data[@content_start...p]).strip
@@ -822,7 +822,7 @@ when 12 then
822
822
  @keyword_start = nil
823
823
  end
824
824
  when 13 then
825
- # line 67 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
825
+ # line 67 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
826
826
  begin
827
827
 
828
828
  con = utf8_pack(data[@content_start...p]).strip
@@ -830,38 +830,38 @@ when 13 then
830
830
  @keyword_start = nil
831
831
  end
832
832
  when 14 then
833
- # line 73 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
833
+ # line 73 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
834
834
  begin
835
835
 
836
836
  @line_number += 1
837
837
  end
838
838
  when 15 then
839
- # line 77 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
839
+ # line 77 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
840
840
  begin
841
841
 
842
842
  @last_newline = p + 1
843
843
  end
844
844
  when 16 then
845
- # line 81 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
845
+ # line 81 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
846
846
  begin
847
847
 
848
848
  @keyword_start ||= p
849
849
  end
850
850
  when 17 then
851
- # line 85 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
851
+ # line 85 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
852
852
  begin
853
853
 
854
854
  @keyword = utf8_pack(data[@keyword_start...p]).sub(/:$/,'')
855
855
  @keyword_start = nil
856
856
  end
857
857
  when 18 then
858
- # line 90 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
858
+ # line 90 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
859
859
  begin
860
860
 
861
861
  @next_keyword_start = p
862
862
  end
863
863
  when 19 then
864
- # line 94 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
864
+ # line 94 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
865
865
  begin
866
866
 
867
867
  p = p - 1
@@ -869,26 +869,26 @@ when 19 then
869
869
  @current_line = @line_number
870
870
  end
871
871
  when 20 then
872
- # line 100 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
872
+ # line 100 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
873
873
  begin
874
874
 
875
875
  @content_start = p
876
876
  end
877
877
  when 21 then
878
- # line 104 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
878
+ # line 104 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
879
879
  begin
880
880
 
881
881
  con = utf8_pack(data[@content_start...p]).strip
882
882
  current_row << con.gsub(/\\\|/, "|").gsub(/\\n/, "\n").gsub(/\\\\/, "\\")
883
883
  end
884
884
  when 22 then
885
- # line 109 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
885
+ # line 109 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
886
886
  begin
887
887
 
888
888
  @listener.row(current_row, @current_line)
889
889
  end
890
890
  when 23 then
891
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
891
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
892
892
  begin
893
893
 
894
894
  if cs < lexer_first_final
@@ -927,7 +927,7 @@ when 23 then
927
927
  __acts += 1
928
928
  case _lexer_actions[__acts - 1]
929
929
  when 23 then
930
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
930
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
931
931
  begin
932
932
 
933
933
  if cs < lexer_first_final
@@ -951,7 +951,7 @@ end
951
951
  end
952
952
  end
953
953
 
954
- # line 139 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/eo.rb.rl"
954
+ # line 139 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/eo.rb.rl"
955
955
  end
956
956
 
957
957
  def unindent(startcol, text)
@@ -1,12 +1,12 @@
1
1
 
2
- # line 1 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
2
+ # line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
3
3
  require 'gherkin/lexer/i18n_lexer'
4
4
 
5
5
  module Gherkin
6
6
  module RbLexer
7
7
  class Es #:nodoc:
8
8
 
9
- # line 123 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
9
+ # line 123 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
10
10
 
11
11
 
12
12
  def initialize(listener)
@@ -779,7 +779,7 @@ end
779
779
  self.lexer_en_main = 1;
780
780
 
781
781
 
782
- # line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
782
+ # line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
783
783
  end
784
784
 
785
785
  def scan(data)
@@ -797,7 +797,7 @@ begin
797
797
  cs = lexer_start
798
798
  end
799
799
 
800
- # line 138 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
800
+ # line 138 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
801
801
 
802
802
  # line 803 "lib/gherkin/rb_lexer/es.rb"
803
803
  begin
@@ -881,7 +881,7 @@ begin
881
881
  _acts += 1
882
882
  case _lexer_actions[_acts - 1]
883
883
  when 0 then
884
- # line 9 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
884
+ # line 9 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
885
885
  begin
886
886
 
887
887
  @content_start = p
@@ -889,32 +889,32 @@ when 0 then
889
889
  @start_col = p - @last_newline - "#{@keyword}:".length
890
890
  end
891
891
  when 1 then
892
- # line 15 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
892
+ # line 15 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
893
893
  begin
894
894
 
895
895
  @current_line = @line_number
896
896
  @start_col = p - @last_newline
897
897
  end
898
898
  when 2 then
899
- # line 20 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
899
+ # line 20 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
900
900
  begin
901
901
 
902
902
  @content_start = p
903
903
  end
904
904
  when 3 then
905
- # line 24 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
905
+ # line 24 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
906
906
  begin
907
907
 
908
908
  @docstring_content_type_start = p
909
909
  end
910
910
  when 4 then
911
- # line 27 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
911
+ # line 27 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
912
912
  begin
913
913
 
914
914
  @docstring_content_type_end = p
915
915
  end
916
916
  when 5 then
917
- # line 31 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
917
+ # line 31 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
918
918
  begin
919
919
 
920
920
  con = unindent(@start_col, utf8_pack(data[@content_start...@next_keyword_start-1]).sub(/(\r?\n)?([\t ])*\Z/, '').gsub(/\\"\\"\\"/, '"""'))
@@ -922,44 +922,44 @@ when 5 then
922
922
  @listener.doc_string(con_type, con, @current_line)
923
923
  end
924
924
  when 6 then
925
- # line 36 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
925
+ # line 36 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
926
926
  begin
927
927
 
928
928
  p = store_keyword_content(:feature, data, p, eof)
929
929
  end
930
930
  when 7 then
931
- # line 40 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
931
+ # line 40 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
932
932
  begin
933
933
 
934
934
  p = store_keyword_content(:background, data, p, eof)
935
935
  end
936
936
  when 8 then
937
- # line 44 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
937
+ # line 44 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
938
938
  begin
939
939
 
940
940
  p = store_keyword_content(:scenario, data, p, eof)
941
941
  end
942
942
  when 9 then
943
- # line 48 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
943
+ # line 48 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
944
944
  begin
945
945
 
946
946
  p = store_keyword_content(:scenario_outline, data, p, eof)
947
947
  end
948
948
  when 10 then
949
- # line 52 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
949
+ # line 52 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
950
950
  begin
951
951
 
952
952
  p = store_keyword_content(:examples, data, p, eof)
953
953
  end
954
954
  when 11 then
955
- # line 56 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
955
+ # line 56 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
956
956
  begin
957
957
 
958
958
  con = utf8_pack(data[@content_start...p]).strip
959
959
  @listener.step(@keyword, con, @current_line)
960
960
  end
961
961
  when 12 then
962
- # line 61 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
962
+ # line 61 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
963
963
  begin
964
964
 
965
965
  con = utf8_pack(data[@content_start...p]).strip
@@ -967,7 +967,7 @@ when 12 then
967
967
  @keyword_start = nil
968
968
  end
969
969
  when 13 then
970
- # line 67 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
970
+ # line 67 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
971
971
  begin
972
972
 
973
973
  con = utf8_pack(data[@content_start...p]).strip
@@ -975,38 +975,38 @@ when 13 then
975
975
  @keyword_start = nil
976
976
  end
977
977
  when 14 then
978
- # line 73 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
978
+ # line 73 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
979
979
  begin
980
980
 
981
981
  @line_number += 1
982
982
  end
983
983
  when 15 then
984
- # line 77 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
984
+ # line 77 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
985
985
  begin
986
986
 
987
987
  @last_newline = p + 1
988
988
  end
989
989
  when 16 then
990
- # line 81 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
990
+ # line 81 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
991
991
  begin
992
992
 
993
993
  @keyword_start ||= p
994
994
  end
995
995
  when 17 then
996
- # line 85 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
996
+ # line 85 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
997
997
  begin
998
998
 
999
999
  @keyword = utf8_pack(data[@keyword_start...p]).sub(/:$/,'')
1000
1000
  @keyword_start = nil
1001
1001
  end
1002
1002
  when 18 then
1003
- # line 90 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
1003
+ # line 90 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
1004
1004
  begin
1005
1005
 
1006
1006
  @next_keyword_start = p
1007
1007
  end
1008
1008
  when 19 then
1009
- # line 94 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
1009
+ # line 94 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
1010
1010
  begin
1011
1011
 
1012
1012
  p = p - 1
@@ -1014,26 +1014,26 @@ when 19 then
1014
1014
  @current_line = @line_number
1015
1015
  end
1016
1016
  when 20 then
1017
- # line 100 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
1017
+ # line 100 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
1018
1018
  begin
1019
1019
 
1020
1020
  @content_start = p
1021
1021
  end
1022
1022
  when 21 then
1023
- # line 104 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
1023
+ # line 104 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
1024
1024
  begin
1025
1025
 
1026
1026
  con = utf8_pack(data[@content_start...p]).strip
1027
1027
  current_row << con.gsub(/\\\|/, "|").gsub(/\\n/, "\n").gsub(/\\\\/, "\\")
1028
1028
  end
1029
1029
  when 22 then
1030
- # line 109 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
1030
+ # line 109 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
1031
1031
  begin
1032
1032
 
1033
1033
  @listener.row(current_row, @current_line)
1034
1034
  end
1035
1035
  when 23 then
1036
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
1036
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
1037
1037
  begin
1038
1038
 
1039
1039
  if cs < lexer_first_final
@@ -1072,7 +1072,7 @@ when 23 then
1072
1072
  __acts += 1
1073
1073
  case _lexer_actions[__acts - 1]
1074
1074
  when 23 then
1075
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
1075
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
1076
1076
  begin
1077
1077
 
1078
1078
  if cs < lexer_first_final
@@ -1096,7 +1096,7 @@ end
1096
1096
  end
1097
1097
  end
1098
1098
 
1099
- # line 139 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/es.rb.rl"
1099
+ # line 139 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/es.rb.rl"
1100
1100
  end
1101
1101
 
1102
1102
  def unindent(startcol, text)