ExtensionsLst.pm (9568fc44) ExtensionsLst.pm (37e6b05a)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 254 unchanged lines hidden (view full) ---

263 {
264 return $left_result && $right_result;
265 }
266 else
267 {
268 return $left_result || $right_result;
269 }
270 }
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 254 unchanged lines hidden (view full) ---

263 {
264 return $left_result && $right_result;
265 }
266 else
267 {
268 return $left_result || $right_result;
269 }
270 }
271 elsif ($expression =~ /^\s*(.+?)\s$/)
271 elsif ($expression =~ /^\s*(.+?)\s*$/)
272 {
273 return EvaluateTerm($1, $languages);
274 }
275 else
276 {
277 die "invalid expression syntax on line $LineNo ($expression)";
278 }
279}

--- 320 unchanged lines hidden ---
272 {
273 return EvaluateTerm($1, $languages);
274 }
275 else
276 {
277 die "invalid expression syntax on line $LineNo ($expression)";
278 }
279}

--- 320 unchanged lines hidden ---