File: isundef-test-expected.echo

package info (click to toggle)
openscad 2021.01-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 35,608 kB
  • sloc: cpp: 53,187; sh: 4,384; ansic: 4,382; python: 1,813; yacc: 853; javascript: 762; lex: 417; lisp: 163; xml: 127; makefile: 114
file content (43 lines) | stat: -rw-r--r-- 1,248 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
ECHO: "Normal variables"
ECHO: true
ECHO: false
ECHO: true
WARNING: Ignoring unknown variable 'a' in file isundef-test.scad, line 8
ECHO: undef
ECHO: "hallo"
ECHO: undef
ECHO: "Test with scopes"
ECHO: false
ECHO: true
ECHO: true
ECHO: true
WARNING: Ignoring unknown variable 'd' in file isundef-test.scad, line 21
ECHO: undef
ECHO: "Special variables"
ECHO: true
ECHO: false
ECHO: true
WARNING: Ignoring unknown variable '$a' in file isundef-test.scad, line 30
ECHO: undef
ECHO: 132465
ECHO: undef
ECHO: "constants resulting in true"
ECHO: true
ECHO: "constants resulting in false"
ECHO: false
ECHO: false
ECHO: "constants resulting in undef"
WARNING: is_undef() number of parameters does not match in file isundef-test.scad, line 42
ECHO: undef
WARNING: is_undef() number of parameters does not match in file isundef-test.scad, line 43
ECHO: undef
WARNING: is_undef() number of parameters does not match in file isundef-test.scad, line 44
ECHO: undef
ECHO: "functions resulting in true"
WARNING: len() number of parameters does not match in file isundef-test.scad, line 47
ECHO: true
WARNING: is_undef() number of parameters does not match in file isundef-test.scad, line 48
ECHO: true
ECHO: "functions resulting in false"
ECHO: false
ECHO: false