terminal/.github/actions/spell-check/whitelist
Mike Griese 4286877864
Don't remove spaces when printing a new bottom line with a background color (#5550)
Turns out we're still being a bit too aggressive when removing spaces.
If there are spaces at the end of the first run painted to a bottom
line, _and the bottom line was a different color than the previous_,
then we can't trim those spaces off the string. We still need to emit
those to make sure the terminal has colored spaces in it as well.

## References

* there's like 80 PRs in the last month for this function

## PR Checklist
* [x] Closes #5502
* [x] I work here
* [x] Tests added/passed

## Validation Steps

* [x] ran the tests
* [x] checked that vtpipeterm still worked
* [x] Checked that the bug was fixed in the Terminal
2020-04-30 15:01:03 +00:00
..
alphabet.txt Don't remove spaces when printing a new bottom line with a background color (#5550) 2020-04-30 15:01:03 +00:00
README.md ci: run spell check in CI, fix remaining issues (#4799) 2020-03-25 11:02:53 -07:00
web.txt ci/spelling: add ecma to the allowlist (#5275) 2020-04-07 14:39:21 -07:00
whitelist.txt Bundle the entire CRT with our branded Release packages (#5661) 2020-04-30 07:08:43 +00:00

The contents of each .txt file in this directory are merged together.

  • alphabet is a sample for alphabet related items
  • web is a sample for web/html related items
  • whitelist is the main whitelist -- there is nothing particularly special about the file name (beyond the extension which is important).