From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Tue, 6 Jun 2017 18:47:31 -0700 Subject: [U-Boot] [PATCH v2 07/10] patman: Add unicode to test patches In-Reply-To: <20170529213132.21217-8-sjg@chromium.org> References: <20170529213132.21217-1-sjg@chromium.org> <20170529213132.21217-8-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Add some unicode to the test patches to make sure that patman does the right thing. Signed-off-by: Simon Glass --- Changes in v2: None tools/patman/test.py | 9 +++++++++ 1 file changed, 9 insertions(+) Applied to u-boot-dm, thanks!