source: tailor/test-scripts/test-darcs2git-accent.sh @ 1493

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"

Line 
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
11darcs_setup
12
13echo "foo" > foo
14darcs add foo
15darcs record -v -a -A "Nobodyéáõû" -m "add foo"
16
17testing_runs
Note: See TracBrowser for help on using the repository browser.