📄 realpath
字号:
# -*-perl-*-#$Id: realpath,v 1.1 2005/12/24 03:31:44 rockyb Exp $$description = "Test the realpath functions.";$details = "";run_make_test('ifneq ($(realpath .),$(CURDIR)) $(error )endififneq ($(realpath ./),$(CURDIR)) $(error )endififneq ($(realpath .///),$(CURDIR)) $(error )endififneq ($(realpath /),/) $(error )endififneq ($(realpath ///),/) $(error )endififneq ($(realpath /.),/) $(error )endififneq ($(realpath ///.),/) $(error )endififneq ($(realpath /./),/) $(error )endififneq ($(realpath /.///),/) $(error )endififneq ($(realpath /..),/) $(error )endififneq ($(realpath ///..),/) $(error )endififneq ($(realpath /../),/) $(error )endififneq ($(realpath /..///),/) $(error )endififneq ($(realpath . /..),$(CURDIR) /) $(error )endif.PHONY: allall: ; @:','','');# This tells the test driver that the perl test script executed properly.1;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -