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/pl.rb.rl"
2
+ # line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
3
3
  require 'gherkin/lexer/i18n_lexer'
4
4
 
5
5
  module Gherkin
6
6
  module RbLexer
7
7
  class Pl #:nodoc:
8
8
 
9
- # line 123 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
9
+ # line 123 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
10
10
 
11
11
 
12
12
  def initialize(listener)
@@ -853,7 +853,7 @@ end
853
853
  self.lexer_en_main = 1;
854
854
 
855
855
 
856
- # line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
856
+ # line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
857
857
  end
858
858
 
859
859
  def scan(data)
@@ -871,7 +871,7 @@ begin
871
871
  cs = lexer_start
872
872
  end
873
873
 
874
- # line 138 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
874
+ # line 138 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
875
875
 
876
876
  # line 877 "lib/gherkin/rb_lexer/pl.rb"
877
877
  begin
@@ -955,7 +955,7 @@ begin
955
955
  _acts += 1
956
956
  case _lexer_actions[_acts - 1]
957
957
  when 0 then
958
- # line 9 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
958
+ # line 9 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
959
959
  begin
960
960
 
961
961
  @content_start = p
@@ -963,32 +963,32 @@ when 0 then
963
963
  @start_col = p - @last_newline - "#{@keyword}:".length
964
964
  end
965
965
  when 1 then
966
- # line 15 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
966
+ # line 15 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
967
967
  begin
968
968
 
969
969
  @current_line = @line_number
970
970
  @start_col = p - @last_newline
971
971
  end
972
972
  when 2 then
973
- # line 20 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
973
+ # line 20 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
974
974
  begin
975
975
 
976
976
  @content_start = p
977
977
  end
978
978
  when 3 then
979
- # line 24 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
979
+ # line 24 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
980
980
  begin
981
981
 
982
982
  @docstring_content_type_start = p
983
983
  end
984
984
  when 4 then
985
- # line 27 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
985
+ # line 27 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
986
986
  begin
987
987
 
988
988
  @docstring_content_type_end = p
989
989
  end
990
990
  when 5 then
991
- # line 31 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
991
+ # line 31 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
992
992
  begin
993
993
 
994
994
  con = unindent(@start_col, utf8_pack(data[@content_start...@next_keyword_start-1]).sub(/(\r?\n)?([\t ])*\Z/, '').gsub(/\\"\\"\\"/, '"""'))
@@ -996,44 +996,44 @@ when 5 then
996
996
  @listener.doc_string(con_type, con, @current_line)
997
997
  end
998
998
  when 6 then
999
- # line 36 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
999
+ # line 36 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1000
1000
  begin
1001
1001
 
1002
1002
  p = store_keyword_content(:feature, data, p, eof)
1003
1003
  end
1004
1004
  when 7 then
1005
- # line 40 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1005
+ # line 40 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1006
1006
  begin
1007
1007
 
1008
1008
  p = store_keyword_content(:background, data, p, eof)
1009
1009
  end
1010
1010
  when 8 then
1011
- # line 44 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1011
+ # line 44 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1012
1012
  begin
1013
1013
 
1014
1014
  p = store_keyword_content(:scenario, data, p, eof)
1015
1015
  end
1016
1016
  when 9 then
1017
- # line 48 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1017
+ # line 48 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1018
1018
  begin
1019
1019
 
1020
1020
  p = store_keyword_content(:scenario_outline, data, p, eof)
1021
1021
  end
1022
1022
  when 10 then
1023
- # line 52 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1023
+ # line 52 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1024
1024
  begin
1025
1025
 
1026
1026
  p = store_keyword_content(:examples, data, p, eof)
1027
1027
  end
1028
1028
  when 11 then
1029
- # line 56 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1029
+ # line 56 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1030
1030
  begin
1031
1031
 
1032
1032
  con = utf8_pack(data[@content_start...p]).strip
1033
1033
  @listener.step(@keyword, con, @current_line)
1034
1034
  end
1035
1035
  when 12 then
1036
- # line 61 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1036
+ # line 61 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1037
1037
  begin
1038
1038
 
1039
1039
  con = utf8_pack(data[@content_start...p]).strip
@@ -1041,7 +1041,7 @@ when 12 then
1041
1041
  @keyword_start = nil
1042
1042
  end
1043
1043
  when 13 then
1044
- # line 67 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1044
+ # line 67 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1045
1045
  begin
1046
1046
 
1047
1047
  con = utf8_pack(data[@content_start...p]).strip
@@ -1049,38 +1049,38 @@ when 13 then
1049
1049
  @keyword_start = nil
1050
1050
  end
1051
1051
  when 14 then
1052
- # line 73 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1052
+ # line 73 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1053
1053
  begin
1054
1054
 
1055
1055
  @line_number += 1
1056
1056
  end
1057
1057
  when 15 then
1058
- # line 77 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1058
+ # line 77 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1059
1059
  begin
1060
1060
 
1061
1061
  @last_newline = p + 1
1062
1062
  end
1063
1063
  when 16 then
1064
- # line 81 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1064
+ # line 81 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1065
1065
  begin
1066
1066
 
1067
1067
  @keyword_start ||= p
1068
1068
  end
1069
1069
  when 17 then
1070
- # line 85 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1070
+ # line 85 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1071
1071
  begin
1072
1072
 
1073
1073
  @keyword = utf8_pack(data[@keyword_start...p]).sub(/:$/,'')
1074
1074
  @keyword_start = nil
1075
1075
  end
1076
1076
  when 18 then
1077
- # line 90 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1077
+ # line 90 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1078
1078
  begin
1079
1079
 
1080
1080
  @next_keyword_start = p
1081
1081
  end
1082
1082
  when 19 then
1083
- # line 94 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1083
+ # line 94 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1084
1084
  begin
1085
1085
 
1086
1086
  p = p - 1
@@ -1088,26 +1088,26 @@ when 19 then
1088
1088
  @current_line = @line_number
1089
1089
  end
1090
1090
  when 20 then
1091
- # line 100 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1091
+ # line 100 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1092
1092
  begin
1093
1093
 
1094
1094
  @content_start = p
1095
1095
  end
1096
1096
  when 21 then
1097
- # line 104 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1097
+ # line 104 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1098
1098
  begin
1099
1099
 
1100
1100
  con = utf8_pack(data[@content_start...p]).strip
1101
1101
  current_row << con.gsub(/\\\|/, "|").gsub(/\\n/, "\n").gsub(/\\\\/, "\\")
1102
1102
  end
1103
1103
  when 22 then
1104
- # line 109 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1104
+ # line 109 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1105
1105
  begin
1106
1106
 
1107
1107
  @listener.row(current_row, @current_line)
1108
1108
  end
1109
1109
  when 23 then
1110
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1110
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1111
1111
  begin
1112
1112
 
1113
1113
  if cs < lexer_first_final
@@ -1146,7 +1146,7 @@ when 23 then
1146
1146
  __acts += 1
1147
1147
  case _lexer_actions[__acts - 1]
1148
1148
  when 23 then
1149
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1149
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1150
1150
  begin
1151
1151
 
1152
1152
  if cs < lexer_first_final
@@ -1170,7 +1170,7 @@ end
1170
1170
  end
1171
1171
  end
1172
1172
 
1173
- # line 139 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1173
+ # line 139 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pl.rb.rl"
1174
1174
  end
1175
1175
 
1176
1176
  def unindent(startcol, text)
@@ -1,12 +1,12 @@
1
1
 
2
- # line 1 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
2
+ # line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
3
3
  require 'gherkin/lexer/i18n_lexer'
4
4
 
5
5
  module Gherkin
6
6
  module RbLexer
7
7
  class Pt #:nodoc:
8
8
 
9
- # line 123 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
9
+ # line 123 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
10
10
 
11
11
 
12
12
  def initialize(listener)
@@ -733,7 +733,7 @@ end
733
733
  self.lexer_en_main = 1;
734
734
 
735
735
 
736
- # line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
736
+ # line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
737
737
  end
738
738
 
739
739
  def scan(data)
@@ -751,7 +751,7 @@ begin
751
751
  cs = lexer_start
752
752
  end
753
753
 
754
- # line 138 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
754
+ # line 138 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
755
755
 
756
756
  # line 757 "lib/gherkin/rb_lexer/pt.rb"
757
757
  begin
@@ -835,7 +835,7 @@ begin
835
835
  _acts += 1
836
836
  case _lexer_actions[_acts - 1]
837
837
  when 0 then
838
- # line 9 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
838
+ # line 9 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
839
839
  begin
840
840
 
841
841
  @content_start = p
@@ -843,32 +843,32 @@ when 0 then
843
843
  @start_col = p - @last_newline - "#{@keyword}:".length
844
844
  end
845
845
  when 1 then
846
- # line 15 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
846
+ # line 15 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
847
847
  begin
848
848
 
849
849
  @current_line = @line_number
850
850
  @start_col = p - @last_newline
851
851
  end
852
852
  when 2 then
853
- # line 20 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
853
+ # line 20 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
854
854
  begin
855
855
 
856
856
  @content_start = p
857
857
  end
858
858
  when 3 then
859
- # line 24 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
859
+ # line 24 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
860
860
  begin
861
861
 
862
862
  @docstring_content_type_start = p
863
863
  end
864
864
  when 4 then
865
- # line 27 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
865
+ # line 27 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
866
866
  begin
867
867
 
868
868
  @docstring_content_type_end = p
869
869
  end
870
870
  when 5 then
871
- # line 31 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
871
+ # line 31 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
872
872
  begin
873
873
 
874
874
  con = unindent(@start_col, utf8_pack(data[@content_start...@next_keyword_start-1]).sub(/(\r?\n)?([\t ])*\Z/, '').gsub(/\\"\\"\\"/, '"""'))
@@ -876,44 +876,44 @@ when 5 then
876
876
  @listener.doc_string(con_type, con, @current_line)
877
877
  end
878
878
  when 6 then
879
- # line 36 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
879
+ # line 36 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
880
880
  begin
881
881
 
882
882
  p = store_keyword_content(:feature, data, p, eof)
883
883
  end
884
884
  when 7 then
885
- # line 40 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
885
+ # line 40 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
886
886
  begin
887
887
 
888
888
  p = store_keyword_content(:background, data, p, eof)
889
889
  end
890
890
  when 8 then
891
- # line 44 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
891
+ # line 44 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
892
892
  begin
893
893
 
894
894
  p = store_keyword_content(:scenario, data, p, eof)
895
895
  end
896
896
  when 9 then
897
- # line 48 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
897
+ # line 48 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
898
898
  begin
899
899
 
900
900
  p = store_keyword_content(:scenario_outline, data, p, eof)
901
901
  end
902
902
  when 10 then
903
- # line 52 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
903
+ # line 52 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
904
904
  begin
905
905
 
906
906
  p = store_keyword_content(:examples, data, p, eof)
907
907
  end
908
908
  when 11 then
909
- # line 56 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
909
+ # line 56 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
910
910
  begin
911
911
 
912
912
  con = utf8_pack(data[@content_start...p]).strip
913
913
  @listener.step(@keyword, con, @current_line)
914
914
  end
915
915
  when 12 then
916
- # line 61 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
916
+ # line 61 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
917
917
  begin
918
918
 
919
919
  con = utf8_pack(data[@content_start...p]).strip
@@ -921,7 +921,7 @@ when 12 then
921
921
  @keyword_start = nil
922
922
  end
923
923
  when 13 then
924
- # line 67 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
924
+ # line 67 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
925
925
  begin
926
926
 
927
927
  con = utf8_pack(data[@content_start...p]).strip
@@ -929,38 +929,38 @@ when 13 then
929
929
  @keyword_start = nil
930
930
  end
931
931
  when 14 then
932
- # line 73 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
932
+ # line 73 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
933
933
  begin
934
934
 
935
935
  @line_number += 1
936
936
  end
937
937
  when 15 then
938
- # line 77 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
938
+ # line 77 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
939
939
  begin
940
940
 
941
941
  @last_newline = p + 1
942
942
  end
943
943
  when 16 then
944
- # line 81 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
944
+ # line 81 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
945
945
  begin
946
946
 
947
947
  @keyword_start ||= p
948
948
  end
949
949
  when 17 then
950
- # line 85 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
950
+ # line 85 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
951
951
  begin
952
952
 
953
953
  @keyword = utf8_pack(data[@keyword_start...p]).sub(/:$/,'')
954
954
  @keyword_start = nil
955
955
  end
956
956
  when 18 then
957
- # line 90 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
957
+ # line 90 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
958
958
  begin
959
959
 
960
960
  @next_keyword_start = p
961
961
  end
962
962
  when 19 then
963
- # line 94 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
963
+ # line 94 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
964
964
  begin
965
965
 
966
966
  p = p - 1
@@ -968,26 +968,26 @@ when 19 then
968
968
  @current_line = @line_number
969
969
  end
970
970
  when 20 then
971
- # line 100 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
971
+ # line 100 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
972
972
  begin
973
973
 
974
974
  @content_start = p
975
975
  end
976
976
  when 21 then
977
- # line 104 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
977
+ # line 104 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
978
978
  begin
979
979
 
980
980
  con = utf8_pack(data[@content_start...p]).strip
981
981
  current_row << con.gsub(/\\\|/, "|").gsub(/\\n/, "\n").gsub(/\\\\/, "\\")
982
982
  end
983
983
  when 22 then
984
- # line 109 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
984
+ # line 109 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
985
985
  begin
986
986
 
987
987
  @listener.row(current_row, @current_line)
988
988
  end
989
989
  when 23 then
990
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
990
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
991
991
  begin
992
992
 
993
993
  if cs < lexer_first_final
@@ -1026,7 +1026,7 @@ when 23 then
1026
1026
  __acts += 1
1027
1027
  case _lexer_actions[__acts - 1]
1028
1028
  when 23 then
1029
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
1029
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
1030
1030
  begin
1031
1031
 
1032
1032
  if cs < lexer_first_final
@@ -1050,7 +1050,7 @@ end
1050
1050
  end
1051
1051
  end
1052
1052
 
1053
- # line 139 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/pt.rb.rl"
1053
+ # line 139 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/pt.rb.rl"
1054
1054
  end
1055
1055
 
1056
1056
  def unindent(startcol, text)