sapling/eden/scm/tests/test-unicode-inputs.t
Jun Wu c191df0243 tests: migrate test-[tu]*-t.py back to .t tests
Summary:
See the previous diff for context. Those tests are migrated back via the script
with some manual edits.

Reviewed By: sggutier

Differential Revision: D35102169

fbshipit-source-id: 86c0211d84201947e4f8ccea46c2d4bad7631b9c
2022-05-26 18:13:23 -07:00

26 lines
499 B
Perl

#debugruntest-compatible
# coding=utf-8
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2.
$ setmodernconfig
$ hg init repo
$ cd repo
$ echo xxx > file
$ echo yyy > Æ
$ hg add file
$ hg add Æ
$ hg commit -m 'Æ'
$ hg log -v
commit: * (glob)
user: test
date: Thu Jan 01 00:00:00 1970 +0000
files: file Æ
description:
Æ