aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/parser/line-cont7.0
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* sh: Allow backslash-newline continuation in more places:Jilles Tjoelker2014-10-191-0/+7
* directly after a $ * directly after ${ * between the characters of a multi-character operator token * within a parameter name Notes: svn path=/head/; revision=273276