lando / leia

A testing utility that tests code blocks in documentation.
GNU General Public License v3.0
17 stars 4 forks source link

kabob case in name doesnt really work #34

Closed pirog closed 1 year ago

pirog commented 1 year ago

eg

  l-337-example
    1) should start successfully
    ✓ should run api 3 and 4 services together in peace and security (5044ms)
    ✓ should destroy successfully (5190ms)

and should be

  l337-example
    1) should start successfully
    ✓ should run api 3 and 4 services together in peace and security (5044ms)
    ✓ should destroy successfully (5190ms)