docksal / behat

A self-contained Docker image to run Behat with no external dependencies
34 stars 22 forks source link

Fix example implementation's error by encapsulating in quotes #6

Closed stevenlafl closed 5 years ago

stevenlafl commented 5 years ago

Fixes the following: $ ./run-behat

In Inline.php line 301:

The reserved indicator "%" cannot start a plain scalar; you need to quote the scalar at line 15 (near "screenshot_dir: %paths.base%/screenshots").

lmakarov commented 5 years ago

Thanks!