diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-09-21 17:19:48 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-09-21 18:47:55 +0200 |
commit | 01f7fdb2a0790f6eb257791fc3ddf56a514c4693 (patch) | |
tree | 93c074d69a2bc783fcb1f90ae9e2a4e4118bdcfd /test/manual/indent | |
parent | fb8c319825a15f0892b84c1985961fd865e54e13 (diff) | |
download | emacs-01f7fdb2a0790f6eb257791fc3ddf56a514c4693.tar.gz emacs-01f7fdb2a0790f6eb257791fc3ddf56a514c4693.tar.bz2 emacs-01f7fdb2a0790f6eb257791fc3ddf56a514c4693.zip |
Convert manual indent test for ps-mode into unit test
* test/manual/indent/ps-mode.ps: Delete file.
* test/lisp/progmodes/ps-mode-tests.el (ps-mode-test-indent):
New unit test based on deleted file.
Diffstat (limited to 'test/manual/indent')
-rw-r--r-- | test/manual/indent/ps-mode.ps | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/manual/indent/ps-mode.ps b/test/manual/indent/ps-mode.ps deleted file mode 100644 index 4b4ee0f10cb..00000000000 --- a/test/manual/indent/ps-mode.ps +++ /dev/null @@ -1,14 +0,0 @@ -%!PS-2.0 - -<< 23 45 >> %dictionary -< 23 > %hex string -<~a>a%a~> %base85 string -(%)s -(sf\(g>a)sdg) - -/foo { - << - hello 2 - 3 - >> -} def |