Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiline string support #25

Open
fernandoacorreia opened this issue Sep 3, 2011 · 0 comments
Open

Multiline string support #25

fernandoacorreia opened this issue Sep 3, 2011 · 0 comments

Comments

@fernandoacorreia
Copy link

Trying to use multiline strings in a feature gives INDENT errors. For instance, trying to run cucumis on https://github.com/cucumber/cucumber-features/blob/master/core.feature (after converting spaces to tabs) gives this message:

Error caught:
    name: Error
    message: Unexpected token "INDENT" at line 17
      Error: Unexpected token "INDENT" at line 17
          at Object.checkToken (/home/fernando/Downloads/cucumis/deps/kyuri/lib/kyuri/parser.js:407:13)
          at Object.parse (/home/fernando/Downloads/cucumis/deps/kyuri/lib/kyuri/parser.js:392:14)
          at Object.parse (/home/fernando/Downloads/cucumis/deps/kyuri/lib/kyuri/core.js:52:17)
          at runFeature (/home/fernando/Downloads/cucumis/bin/cucumis.js:224:20)
          at next (/home/fernando/Downloads/cucumis/bin/cucumis.js:176:5)
          at /home/fernando/Downloads/cucumis/bin/cucumis.js:182:4
          at next (/home/fernando/Downloads/cucumis/bin/cucumis.js:217:4)
          at notifyListeners (/home/fernando/Downloads/cucumis/bin/cucumis.js:219:3)
          at runFeatures (/home/fernando/Downloads/cucumis/bin/cucumis.js:173:2)
          at Object.<anonymous> (/home/fernando/Downloads/cucumis/bin/cucumis.js:143:1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant