From 0c027467efe5f8a29a233613ec644092670e8b2a Mon Sep 17 00:00:00 2001 From: Nils Dagsson Moskopp Date: Sun, 30 Oct 2016 13:17:11 +0100 Subject: + test case for printf sequences in filenames --- printf/all.do | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 printf/all.do (limited to 'printf/all.do') diff --git a/printf/all.do b/printf/all.do new file mode 100644 index 0000000..8501bae --- /dev/null +++ b/printf/all.do @@ -0,0 +1,19 @@ +#!/bin/sh + +redo-ifchange \ + 'double-quote-(\")' \ + 'backslash-(\\)' \ + 'alert-(\a)' \ + 'backspace-(\b)' \ + 'produce-no-further-output-(\c)' \ + 'escape-(\e)' \ + 'form-feed-(\f)' \ + 'newline-(\n)' \ + 'carriage-return-(\r)' \ + 'horizontal-tab-(\t)' \ + 'vertical-tab-(\v)' \ + 'A-(\101)' \ + 'A-(\x65)' \ + 'ā-(\u0101)' \ + 'ā-(\u00000101)' \ + 'percent-(%%)' \ No newline at end of file -- cgit v1.2.3