1
0
forked from aniani/vim
Files
vim/runtime/syntax/testdir/input/sh_01.sh
Bram Moolenaar 1aa5f1c21f patch 9.0.1647: insufficient testing for syntax plugins
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.
2023-06-22 21:57:51 +01:00

5 lines
58 B
Bash

#! /bin/sh
export `echo 'A=B'`
printenv A
echo a `#foo` b