Skip to content

Commit

Permalink
- testcases and getDocumentationAnnotation fixed.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10522 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Nov 15, 2011
1 parent b61ff1e commit 2c4b496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/Script/Interactive.mo
Expand Up @@ -13023,7 +13023,7 @@ algorithm
list<Absyn.ElementArg> xs;
String s;
String ss;
case ({}) then "";
case ({}) then "\"\"";
case (Absyn.MODIFICATION(componentRef = Absyn.CREF_IDENT(name = "info"),
modification=SOME(Absyn.CLASSMOD(eqMod=Absyn.EQMOD(exp=exp))))::xs)
equation
Expand All @@ -13049,7 +13049,7 @@ algorithm
list<Absyn.ElementArg> xs;
String s;
String ss;
case ({}) then "";
case ({}) then "\"\"";
case (Absyn.MODIFICATION(componentRef = Absyn.CREF_IDENT(name = "revisions"),
modification=SOME(Absyn.CLASSMOD(eqMod=Absyn.EQMOD(exp=exp))))::xs)
equation
Expand Down

0 comments on commit 2c4b496

Please sign in to comment.