tests/indent: demonstrate stray empty line at end-of-file

This commit is contained in:
rillig 2021-03-12 18:28:07 +00:00
parent d07ba49995
commit 40f5d5969a
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: comment-line-end.0,v 1.4 2021/03/07 22:11:01 rillig Exp $ */
/* $NetBSD: comment-line-end.0,v 1.5 2021/03/12 18:28:07 rillig Exp $ */
/* $FreeBSD$ */
/*
@ -26,3 +26,5 @@ int
main(void)
{
}
// end-of-line comment at the end of the file

View File

@ -1,4 +1,4 @@
/* $NetBSD: comment-line-end.0.stdout,v 1.4 2021/03/07 22:11:01 rillig Exp $ */
/* $NetBSD: comment-line-end.0.stdout,v 1.5 2021/03/12 18:28:07 rillig Exp $ */
/* $FreeBSD$ */
/*
@ -29,3 +29,6 @@ int
main(void)
{
}
// end-of-line comment at the end of the file