wime12 / lawker

Automatically exported from code.google.com/p/lawker
Other
1 stars 0 forks source link

repeated functions in fridge/awk #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  cd fridge/lib/bash
2.  ./repeatedFunctions

What is the expected output? What do you see instead?

I expect no output.  Instead I see

   2 #
   2 assert
   2 closeXMLEVENT
   2 getXMLEVENT
   2 getopt
   2 max
   2 min
   2 unescapeXML

Original issue reported on code.google.com by luke.wel...@gmail.com on 17 Feb 2009 at 2:28

GoogleCodeExporter commented 8 years ago
the "bug" was mostly naming conventions; e.g. someone writing the name of the
function as part of the closing code.

the only exception is in the  /Users/timm/svns/lawker/fridge/gawk/xml directory 
where
there are numerous separate scripts all following the same general pattern 
(which
includes calls to the same functions).

so we are good to go

Original comment by menzies....@gmail.com on 17 Feb 2009 at 2:54