Skip to content

Underscores are replaced with spaces in it blocks #119

@nielsbuus

Description

@nielsbuus

In this example

with description("foo"):
    with context("bar"):
       it("loads baz_driver correctly")

Mamba will replace the underscore in baz_driver with spaces and the output when running in documentation mode becomes:

foo
  bar
    ✓ it loads baz driver correctly

Expected output:

foo
  bar
    ✓ it loads baz_driver correctly

Using Mamba 0.9.3.

Is this transformation deliberate? And if so, why?

Note: context and description blocks do not apply any substitution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions