| Revision 1493,
334 bytes
checked in by Miklos Vajna <vmiklos@…>, 5 years ago
(diff) |
|
new test: test-darcs2git-accent.sh
this is a testcase for the bug which was fixed by the patch "darcs
source: handle unescaped problematic characters"
|
| Rev | Line | |
|---|
| [1493] | 1 | #!/bin/sh |
|---|
| 2 | |
|---|
| 3 | # File: test-darcs2git-accent.sh |
|---|
| 4 | # needs: test-darcs2git.include |
|---|
| 5 | # |
|---|
| 6 | # Test for converting from Darcs to Git. |
|---|
| 7 | # This test ensures tailor won't fail if there are accents in the author |
|---|
| 8 | # name. |
|---|
| 9 | |
|---|
| 10 | . ./test-darcs2git.include |
|---|
| 11 | darcs_setup |
|---|
| 12 | |
|---|
| 13 | echo "foo" > foo |
|---|
| 14 | darcs add foo |
|---|
| 15 | darcs record -v -a -A "Nobodyéáõû" -m "add foo" |
|---|
| 16 | |
|---|
| 17 | testing_runs |
|---|
Note: See
TracBrowser
for help on using the repository browser.