Adding upstream version 3.0.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
1c8b56a4f5
commit
554424e00a
6822 changed files with 5440542 additions and 0 deletions
|
@ -0,0 +1,33 @@
|
|||
; An old style script, not an independent plugin
|
||||
|
||||
; A script that fails at install time: has syntax error
|
||||
;
|
||||
; Setup: copy this file w/ executable permission, to one of the /scripts dirs.
|
||||
; Example: to ~/snap/393/.config/GIMP/2.10/scripts/test-quit.scm
|
||||
|
||||
; Start Gimp, configure to have Error Console open, and quit.
|
||||
; Install this plugin.
|
||||
; Restart Gimp from a terminal
|
||||
; Expect:
|
||||
; - an error in the Gimp Error Console
|
||||
; - an error in the terminal
|
||||
; !!! the first is currently failing. So this script is to test FUTURE.
|
||||
|
||||
(define (script-fu-test-install-fail )
|
||||
( ; <= syntax error
|
||||
)
|
||||
|
||||
; Much is moot, since this should fail to install
|
||||
(script-fu-register "script-fu-test-install-fail"
|
||||
"Moot"
|
||||
"Moot"
|
||||
"lkk"
|
||||
"lkk"
|
||||
"2023"
|
||||
"" ; requires no image
|
||||
; no args
|
||||
)
|
||||
|
||||
(script-fu-menu-register "script-fu-test-install-fail"
|
||||
"<Image>/Filters/Development/Script-Fu/Test")
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue