File: test.errors

package info (click to toggle)
wcalc 2.4-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,916 kB
  • ctags: 1,490
  • sloc: ansic: 7,089; objc: 2,002; sh: 890; lex: 816; yacc: 641; makefile: 103
file content (13 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
5? # error on line 1
q=7 # q cannot be assigned a value
\convert feet cups # must be same category
\convert feet to cups # must be same category
foo='foo'
foo
foo='bar'
bar='foo'
foo
bar='baz'
baz='foo'
foo
foo==5