From 59a944cb633f57f427fd16f0a8e65b15edf6dc1e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 28 Nov 2002 13:34:28 +0000 Subject: [PATCH] added test for env var expansion git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/console/testdata.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/console/testdata.fc b/samples/console/testdata.fc index c60e71ad9b..fd8d907f79 100644 --- a/samples/console/testdata.fc +++ b/samples/console/testdata.fc @@ -3,3 +3,4 @@ value1=one # a comment here value2=two value\ with\ spaces\ inside\ it=nothing special +path=$PATH -- 2.47.2