Changeset f8ec08 in git for factory/ftest


Ignore:
Timestamp:
Oct 1, 1997, 6:33:41 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
bc0948d6e4c773d31c2ac3304b396d713f233bfe
Parents:
56bf21d76055135e94687c4d211ac68c552a6db1
Message:
	* ftest_io.cc (ftestGetCanonicalForm, ftestGetVariable): cosmetic
	  changes


git-svn-id: file:///usr/local/Singular/svn/trunk@772 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/ftest/ftest_io.cc

    r56bf21 rf8ec08  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftest_io.cc,v 1.4 1997-10-01 14:30:36 schmidt Exp $ */
     2/* $Id: ftest_io.cc,v 1.5 1997-10-01 16:33:41 schmidt Exp $ */
    33
    44//{{{ docu
     
    4141        if ( ! stringF )
    4242            ftestError( CanFormSpecError,
    43                         "no environment variable `$%s'\n",
     43                        "no environment variable `$%s' set\n",
    4444                        tokenCursor );
    4545    }
     
    8989    else
    9090        ftestError( CommandlineError,
    91                     "not a variable: `%s'\n", stringVariable );
     91                    "variable expected at `%s'\n", stringVariable );
    9292
    9393    stringVariable = ftestSkipBlancs( stringVariable+1 );
    9494    if ( *stringVariable )
    9595        ftestError( CommandlineError,
    96                     "extra characters after var spec: `%s'\n", stringVariable );
     96                    "extra characters after var spec `%s'\n", stringVariable );
    9797
    9898    return v;
Note: See TracChangeset for help on using the changeset viewer.