junegunn / junegunn/vader.vim

Having empty lines in `Expect` clauses

Open
#83 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Vim Script
Stars
599
Forks
40
PR merge metrics
No merged PRs in 30d

Description

I have an output like this:

```
(2/2) [ DO] daz
(2/2) [ EXPECT] (X)
- Expected:
arg
- Got:
arg

Success/Total: 1/2
```

Which is caused by a test clause like this (trailing empty whitespace signaled by dashes)

```
Given (foo\nbar\nbaz):
arg

foo
bar
baz
Do (daz):
/baz^Mdaz
Expect:
arg
--
```

It does what it intends too, However I try to say "I expect it saying arg with an empty line after it". Is there some way of doing so?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.