1 var-1bs 2 VAR1BS=:111\111: 3 VAR1BSa=:111\aaa: 4 VAR1BSA=:111\aaa: 5 VAR1BSda=:111\${a}: 6 VAR1BSdA=:111\${A}: 7 var-2bs 8 VAR2BS=:222\\222: 9 VAR2BSa=:222\\aaa: 10 VAR2BSA=:222\\aaa: 11 VAR2BSda=:222\\${a}: 12 VAR2BSdA=:222\\${A}: 13 var-1bsnl 14 VAR1BSNL=:111 111: 15 VAR1BSNLa=:111 aaa: 16 VAR1BSNLA=:111 aaa: 17 VAR1BSNLda=:111 ${a}: 18 VAR1BSNLdA=:111 ${A}: 19 VAR1BSNLc=:111 # this should not be a comment, it should be part of the value: 20 var-2bsnl 21 VAR2BSNL=:222\ #222: 22 VAR2BSNLa=:222\ #aaa: 23 VAR2BSNLA=:222\ #aaa: 24 VAR2BSNLda=:222\ #${a}: 25 VAR2BSNLdA=:222\ #${A}: 26 VAR2BSNLc=:222\ # this should not be a comment, it should be part of the value: 27 var-3bsnl 28 VAR3BSNL=:333\\ #333: 29 VAR3BSNLa=:333\\ #aaa: 30 VAR3BSNLA=:333\\ #aaa: 31 VAR3BSNLda=:333\\ #${a}: 32 VAR3BSNLdA=:333\\ #${A}: 33 VAR3BSNLc=:333\ # this should not be a comment, it should be part of the value: 34 var-1bsnl-space 35 VAR1BSNL00=:first line: 36 VAR1BSNL0=:first line no space on second line: 37 VAR1BSNLs=:first line one space on second line: 38 VAR1BSNLss=:first line two spaces on second line: 39 VAR1BSNLt=:first line one tab on second line: 40 VAR1BSNLtt=:first line two tabs on second line: 41 VAR1BSNLxx=:first line many spaces and tabs [ ] on second line: 42 cmd-1bsnl 43 :first line\ 44 #second line without space\ 45 third line: 46 :first line\ 47 second line spaces should be retained: 48 :first line\ 49 second line tab should be elided: 50 :first line\ 51 only one tab should be elided, second tab remains 52 cmd-2bsnl 53 :first line\\ 54 #second line without space\\ 55 third line: 56 :first line\\ 57 second line spaces should be retained: 58 :first line\\ 59 second line tab should be elided: 60 :first line\\ 61 only one tab should be elided, second tab remains 62 cmd-3bsnl 63 :first line\\\ 64 #second line without space\\\ 65 third line: 66 :first line\\\ 67 second line spaces should be retained: 68 :first line\\\ 69 second line tab should be elided: 70 :first line\\\ 71 only one tab should be elided, second tab remains 72 exit status 0 73