This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
mo
Watch
1
Star
0
Fork
0
You've already forked mo
mirror of
https://github.com/tests-always-included/mo.git
synced
2024-12-18 16:27:52 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
0627cbbaf8
mo
/
tests
/
function.env
6 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial commit
2015-01-23 17:43:08 +00:00
name
=
Willy
wrapped
(
)
{
Making tests care about whitespace When testing #19 I found that the tests were mistakenly ignoring some whitespace changes. I've enabled whitespace checks and had to update the tests because my editor likes newlines at the end of files and removes whitespace at the end of lines. To make the test files easier to manage, I've modified some scenarios to still test for the feature but also work with the whitespace modifications that editors would perform.
2017-08-02 15:35:35 +00:00
# The final newline is eaten by mo
echo
"
<b>
$1
</b>
"
Initial commit
2015-01-23 17:43:08 +00:00
}
Reference in New Issue
Copy Permalink