1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

add generic test cases

This commit is contained in:
Jan200101
2021-10-23 17:40:54 +02:00
parent cf31a03c32
commit f8d27202be
+7
View File
@@ -3,6 +3,10 @@ from cheat_wrapper import _add_section_name
unchanged = """
python/:list
ls
+
g++
g/+
clang++
btrfs~volume
:intro
:cht.sh
@@ -14,6 +18,9 @@ emacs:go-mode/:list
split = """
python copy file
python/copy file
g++ -O1
g++/-O1
"""
def test_header_split():