Socket
Socket
Sign inDemoInstall

gherkin

Package Overview
Dependencies
0
Maintainers
0
Versions
98
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.10 to 2.4.0

4

lib/gherkin/lexer/ar.js

@@ -756,3 +756,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -901,3 +901,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -904,0 +904,0 @@ case 4:

@@ -970,3 +970,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -1115,3 +1115,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -1118,0 +1118,0 @@ case 4:

@@ -898,3 +898,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -1043,3 +1043,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -1046,0 +1046,0 @@ case 4:

@@ -752,3 +752,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -897,3 +897,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -900,0 +900,0 @@ case 4:

@@ -620,3 +620,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -765,3 +765,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -768,0 +768,0 @@ case 4:

@@ -636,3 +636,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -781,3 +781,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -784,0 +784,0 @@ case 4:

@@ -744,3 +744,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -889,3 +889,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -892,0 +892,0 @@ case 4:

@@ -564,3 +564,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -709,3 +709,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -712,0 +712,0 @@ case 4:

@@ -521,3 +521,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -666,3 +666,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -669,0 +669,0 @@ case 4:

@@ -798,3 +798,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -943,3 +943,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -946,0 +946,0 @@ case 4:

@@ -951,3 +951,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -1096,3 +1096,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -1099,0 +1099,0 @@ case 4:

@@ -604,3 +604,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -749,3 +749,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -752,0 +752,0 @@ case 4:

@@ -604,3 +604,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -749,3 +749,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -752,0 +752,0 @@ case 4:

@@ -578,3 +578,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -723,3 +723,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -726,0 +726,0 @@ case 4:

@@ -711,3 +711,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -856,3 +856,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -859,0 +859,0 @@ case 4:

@@ -577,3 +577,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -722,3 +722,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -725,0 +725,0 @@ case 4:

@@ -556,3 +556,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -701,3 +701,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -704,0 +704,0 @@ case 4:

@@ -778,3 +778,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -923,3 +923,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -926,0 +926,0 @@ case 4:

@@ -706,3 +706,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -851,3 +851,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -854,0 +854,0 @@ case 4:

@@ -656,3 +656,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -801,3 +801,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -804,0 +804,0 @@ case 4:

@@ -705,3 +705,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -850,3 +850,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -853,0 +853,0 @@ case 4:

@@ -546,3 +546,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -691,3 +691,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -694,0 +694,0 @@ case 4:

@@ -669,3 +669,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -814,3 +814,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -817,0 +817,0 @@ case 4:

@@ -1006,3 +1006,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -1151,3 +1151,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -1154,0 +1154,0 @@ case 4:

@@ -690,3 +690,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -835,3 +835,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -838,0 +838,0 @@ case 4:

@@ -634,3 +634,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -779,3 +779,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -782,0 +782,0 @@ case 4:

@@ -719,3 +719,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -864,3 +864,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -867,0 +867,0 @@ case 4:

@@ -754,3 +754,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -899,3 +899,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -902,0 +902,0 @@ case 4:

@@ -698,3 +698,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -843,3 +843,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -846,0 +846,0 @@ case 4:

@@ -648,3 +648,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -793,3 +793,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -796,0 +796,0 @@ case 4:

@@ -802,3 +802,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -947,3 +947,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -950,0 +950,0 @@ case 4:

@@ -662,3 +662,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -807,3 +807,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -810,0 +810,0 @@ case 4:

@@ -751,3 +751,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -896,3 +896,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -899,0 +899,0 @@ case 4:

@@ -1340,3 +1340,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -1485,3 +1485,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -1488,0 +1488,0 @@ case 4:

@@ -634,3 +634,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -779,3 +779,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -782,0 +782,0 @@ case 4:

@@ -1390,3 +1390,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -1535,3 +1535,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -1538,0 +1538,0 @@ case 4:

@@ -882,3 +882,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -1027,3 +1027,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -1030,0 +1030,0 @@ case 4:

@@ -659,3 +659,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -804,3 +804,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -807,0 +807,0 @@ case 4:

@@ -676,3 +676,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -821,3 +821,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -824,0 +824,0 @@ case 4:

@@ -1234,3 +1234,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -1379,3 +1379,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -1382,0 +1382,0 @@ case 4:

@@ -964,3 +964,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -1109,3 +1109,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -1112,0 +1112,0 @@ case 4:

@@ -785,3 +785,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -930,3 +930,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -933,0 +933,0 @@ case 4:

@@ -564,3 +564,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -709,3 +709,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -712,0 +712,0 @@ case 4:

@@ -602,3 +602,3 @@

// Check that listener has the required functions
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'py_string', 'row', 'eof'];
var events = ['comment', 'tag', 'feature', 'background', 'scenario', 'scenario_outline', 'examples', 'step', 'doc_string', 'row', 'eof'];
for(e in events) {

@@ -747,3 +747,3 @@ var event = events[e];

);
this.listener.py_string(con, this.current_line);
this.listener.doc_string(con, this.current_line);
break;

@@ -750,0 +750,0 @@ case 4:

{ "name" : "gherkin"
, "description" : "A fast Gherkin lexer/parser based on the Ragel State Machine Compiler."
, "keywords" : [ "testing", "bdd", "cucumber", "gherkin", "tests" ]
, "version" : "2.3.10"
, "version" : "2.4.0"
, "homepage" : "http://github.com/cucumber/gherkin"

@@ -6,0 +6,0 @@ , "author" : "Aslak Hellesøy <aslak.hellesoy@gmail.com>"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc