File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7
7
]
8
8
9
9
~~~start-file~~~ "AES"
10
-
10
+ if native? :aes [
11
+ ;- this tests are only for the now deprecated `aes` native function!
11
12
===start-group=== "The Advanced Encryption Standard (AES) test vectors"
12
13
13
14
--test-- "AES-128"
@@ -82,5 +83,6 @@ Rebol [
82
83
]
83
84
84
85
===end-group===
86
+ ] ; if ends
85
87
86
88
~~~end-file~~~
Original file line number Diff line number Diff line change @@ -141,6 +141,5 @@ secure [%/ allow]
141
141
--assert all [error? e: try [echo %not-existing-dir/foo ] e/id = 'cannot-open]
142
142
===end-group===
143
143
144
- echo %/r/sss/xxxx
145
144
146
145
~~~end-file~~~
Original file line number Diff line number Diff line change @@ -521,7 +521,7 @@ Rebol [
521
521
===start-group=== "mold error!"
522
522
--test-- "mold error!"
523
523
;@@ https://github.com/Oldes/Rebol-issues/issues/1003
524
- --assert {make error! [code: 101 type: 'Note id: 'exited arg1: none arg2: none arg3: none near: none where: none]} mold /flat make error! [type: 'Note id: 'exited]
524
+ --assert {make error! [code: 101 type: 'Note id: 'exited arg1: none arg2: none arg3: none near: none where: none]} = mold /flat make error! [type: 'Note id: 'exited]
525
525
--assert {#[error! [code: 101 type: Note id: exited arg1: #[none] arg2: #[none] arg3: #[none] near: #[none] where: #[none]]]} = mold /all/flat make error! [type: 'Note id: 'exited]
526
526
--assert {#[error! [code: 401 type: Math id: overflow arg1: #[none] arg2: #[none] arg3: #[none] near: #[none] where: #[none]]]} = mold /all/flat make error! [type: 'Math id: 'overflow]
527
527
===end-group===
You can’t perform that action at this time.
0 commit comments