isprefix.test

来自「rsync的核心代码库。主要作用是比较二进制文件」· TEST 代码 · 共 23 行

TEST
23
字号
#! /bin/sh -pe# librsync test case.# Copyright (C) 2000 by Martin Pool# Test the map_ptr input routines, by extracting chunks of a file# using a known-good Python implementation, and also by passing the# same parameters to the hsmapread driver.# $Id: isprefix.test,v 1.1 2002/01/25 21:08:26 bje Exp $run_test isprefix.driver foo foobarrun_test isprefix.driver '' foobarrun_test isprefix.driver foobar foobarrun_test isprefix.driver f frun_test isprefix.driver '' ''run_test isprefix.driver f foobarrun_test isprefix.driver ! foobar foorun_test isprefix.driver ! goo foorun_test isprefix.driver ! foo ''run_test isprefix.driver ! f g

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?