forked from aniani/vim
Problem: Insufficient testing for syntax plugins.
Solution: Add shell file examples. (Charles Campbell) Create a messages
file for easier debugging and reporting the test results.
5 lines
58 B
Bash
5 lines
58 B
Bash
#! /bin/sh
|
|
export `echo 'A=B'`
|
|
printenv A
|
|
echo a `#foo` b
|