📄 colon4.test
字号:
#! /bin/sh# Make sure ":" works with files automake generates.# This test is for multiple ":"s.# Test from Maciej W. Rozycki.. $srcdir/defs || exit 1cat > configure.in << 'END'PACKAGE=nonesuchVERSION=nonesuchAC_ARG_PROGRAMAC_PROG_INSTALLAC_OUTPUT(Makefile zardoz:one:two:three)END: > Makefile.am: > one: > two: > three$AUTOMAKE || exit 1# The rule should regenerate the file "zardoz".grep '^zardoz:one:two' Makefile.in && exit 1exit 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -