File: set.err

package info (click to toggle)
fish 3.0.2-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 36,448 kB
  • sloc: ansic: 75,559; cpp: 43,314; sh: 9,096; javascript: 7,710; python: 2,538; makefile: 1,461; objc: 709; perl: 367; xml: 18
file content (29 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (2)
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

####################
# Verify behavior of `set --show` given an invalid var name
$argle bargle: invalid var name

####################
# Verify behavior of `set --show`

####################
# Appending works

####################
# Prepending works

####################
# Appending and prepending at same time works

####################
# Setting local scope when no local scope of the var uses the closest scope

####################
# Exporting works

####################
# if/for/while scope

####################
# readonly vars
set: Tried to change the read-only variable 'status'