Skip to content

Commit

Permalink
normalize CRLF+LF to CRLF for the only heterogeneous file
Browse files Browse the repository at this point in the history
  • Loading branch information
tmitsi committed Jan 23, 2019
1 parent 4c16b42 commit fbce8b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public abstract class AbstractPrologConverter extends PrologTermLangConverter {
s_builtInMap.put("https://www.iso.org/standard/21413.html#exp", "exp");
s_builtInMap.put("https://www.iso.org/standard/21413.html#log", "log");

// Predicates
// Predicates
s_builtInMap.put("https://www.iso.org/standard/21413.html#integer", "integer"); // Test if integer
s_builtInMap.put("https://www.iso.org/standard/21413.html#float", "float"); // Test if shortcut or xs:double float number (represented as double) [Currently redundant because of above same-named coerce]
s_builtInMap.put("https://www.iso.org/standard/21413.html#number", "number"); // Test if number
Expand Down

0 comments on commit fbce8b5

Please sign in to comment.