mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-12 05:00:50 +02:00
fix for read builtin and invalid multibyte characters followed by the delimiter; updated formatted documentation; new bash.pot file with updated strings; updated translations
This commit is contained in:
@@ -38,6 +38,25 @@ xyz
|
||||
a = xyz
|
||||
a = -xyz 123-
|
||||
a = abc
|
||||
<A>
|
||||
<$'B\315'>
|
||||
<$'C\226'>
|
||||
<A>
|
||||
<$'B\315'>
|
||||
<$'C\226'>
|
||||
<winter>
|
||||
<spring>
|
||||
<$'summer\200apple\200banana\200cherry'>
|
||||
<automn>
|
||||
<winter>
|
||||
<$'spring\375'>
|
||||
<summer>
|
||||
<automn>
|
||||
<winter>
|
||||
<$'spring\375'>
|
||||
<$'\277summer'>
|
||||
<$'\277'>
|
||||
<automn>
|
||||
timeout 1: ok
|
||||
unset or null 1
|
||||
timeout 2: ok
|
||||
|
||||
Reference in New Issue
Block a user