-
Updated
Nov 9, 2021 - JavaScript
bdd
Here are 1,337 public repositories matching this topic...
-
Updated
Nov 23, 2021 - JavaScript
-
Updated
Nov 4, 2021 - JavaScript
In some cases its look nice to print msg on center of screen with some padding
default values for new arguments
align=left
padding=' '
example use after changes
Log To Console ${msg} align=center padding=*
current workaround but it`s not easy to get actual screen width
Log To Console ${msg.center(78, '*')}
-
Updated
Nov 29, 2021 - Java
-
Updated
Nov 23, 2021 - PHP
-
Updated
Nov 29, 2021 - Swift
-
Updated
Nov 2, 2021 - PHP
-
Updated
Nov 5, 2021 - Go
-
Updated
Oct 29, 2019 - JavaScript
-
Updated
Nov 23, 2021 - C#
-
Updated
Dec 29, 2020 - Python
-
Updated
Nov 9, 2021 - Python
Summary
The documentation "activate_announcer_on_command_failure" is not helpful for users as it misses information a
-
Updated
Jan 28, 2019 - JavaScript
-
Updated
Nov 13, 2021 - C++
-
Updated
Sep 10, 2021
-
Updated
Nov 30, 2021 - TypeScript
-
Updated
May 10, 2021 - JavaScript
-
Updated
Oct 5, 2021 - C#
-
Updated
Nov 15, 2021 - Gherkin
-
Updated
Nov 29, 2021 - TypeScript
Improve this page
Add a description, image, and links to the bdd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bdd topic, visit your repo's landing page and select "manage topics."


Describe the bug
when I turn on CATCH_CONFIG_DISABLE, all CAPTURE(i,j) , i.e. more than one arg will err.
Expected behavior
No such error
Reproduction steps
Build below code with -DCATCH_CONFIG_DISABLE